Color Hex Logo

#b64010 Color Hex

#B64010
(182,64,16)
0 Favorites   0 Comments

Color spaces of #b64010

RGB 1826416
HSL0.050.840.39
HSV17°91°71°
CMYK 0.000.650.91   0.29
XYZ21.218313.64932.0065
Yxy13.64930.57540.3702
Hunter Lab36.945037.862822.6414
CIE-Lab43.725745.876650.1483

#b64010 color RGB value is (182,64,16).

#b64010 hex color red value is 182, green value is 64 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b64010 hue: 0.05 , saturation: 0.84 and the lightness value of b64010 is 0.39.

The process color (four color CMYK) of #b64010 color hex is 0.00, 0.65, 0.91, 0.29. Web safe color of #b64010 is #cc3300. Color #b64010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000000 00010000
Octal 266 100 20
Decimal 182 64 16
Hex B6 40 10

RGB Percentages of Color #b64010

%69.47
%24.43
%6.11

CMYK Percentages of Color #b64010

%0
%65
%91
%29

Triadic Colors of #b64010

#b64010 #10b640 #4010b6

Analogous Colors of #b64010

#b64010 #b69310 #b61033

Monochromatic Colors of #b64010

#b64010

Complementary Color

#b64010 #1086b6

#b64010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64010 Color CSS Codes

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

#b64010 Text Font Color

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

This sample text font color is #b64010
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.


#b64010 Background Color

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

This div background color is #b64010


#b64010 Border Color

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

This div border color is #b64010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64010


Comments

No comments written yet.

Please login to write comment.