Color Hex Logo

#b65d15 Color Hex

#B65D15
(182,93,21)
0 Favorites   0 Comments

Color spaces of #b65d15

RGB 1829321
HSL0.070.790.40
HSV27°88°71°
CMYK 0.000.490.88   0.29
XYZ23.341117.82792.9204
Yxy17.82790.52940.4044
Hunter Lab42.223124.785125.4553
CIE-Lab49.286731.702352.6958

#b65d15 color RGB value is (182,93,21).

#b65d15 hex color red value is 182, green value is 93 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b65d15 hue: 0.07 , saturation: 0.79 and the lightness value of b65d15 is 0.40.

The process color (four color CMYK) of #b65d15 color hex is 0.00, 0.49, 0.88, 0.29. Web safe color of #b65d15 is #cc6600. Color #b65d15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011101 00010101
Octal 266 135 25
Decimal 182 93 21
Hex B6 5D 15

RGB Percentages of Color #b65d15

%61.49
%31.42
%7.09

CMYK Percentages of Color #b65d15

%0
%49
%88
%29

Triadic Colors of #b65d15

#b65d15 #15b65d #5d15b6

Analogous Colors of #b65d15

#b65d15 #b6ae15 #b6151d

Monochromatic Colors of #b65d15

#b65d15

Complementary Color

#b65d15 #156eb6

#b65d15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65d15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65d15 Color CSS Codes

.mybgcolor {background-color:#b65d15; } 
.myforecolor {color:#b65d15; }
.mybordercolor {border:3px solid #b65d15; }

#b65d15 Text Font Color

<p style="color:#b65d15">Text here</p>

This sample text font color is #b65d15
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b65d15 Background Color

<div style="background-color:#b65d15">
Div content here</div>

This div background color is #b65d15


#b65d15 Border Color

<div style="border:3px solid #b65d15">
Div here</div>

This div border color is #b65d15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,93,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b65d15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b65d15;
  -webkit-box-shadow: 1px 1px 3px 2px #b65d15;
  box-shadow:         1px 1px 3px 2px #b65d15; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,93,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b65d15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b65d15;
  -webkit-box-shadow: 1px 1px 3px 2px #b65d15;
  box-shadow:         1px 1px 3px 2px #b65d15;">
Div content here</div>

This div box has shadow with color #b65d15


Comments

No comments written yet.

Please login to write comment.