Color Hex Logo

#b64510 Color Hex

#B64510
(182,69,16)
0 Favorites   0 Comments

Color spaces of #b64510

RGB 1826916
HSL0.050.840.39
HSV19°91°71°
CMYK 0.000.620.91   0.29
XYZ21.513114.23872.1047
Yxy14.23870.56830.3761
Hunter Lab37.734235.731923.1069
CIE-Lab44.573343.621550.7616

#b64510 color RGB value is (182,69,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000101 00010000
Octal 266 105 20
Decimal 182 69 16
Hex B6 45 10

RGB Percentages of Color #b64510

%68.16
%25.84
%5.99

CMYK Percentages of Color #b64510

%0
%62
%91
%29

Triadic Colors of #b64510

#b64510 #10b645 #4510b6

Analogous Colors of #b64510

#b64510 #b69810 #b6102e

Monochromatic Colors of #b64510

#b64510

Complementary Color

#b64510 #1081b6

#b64510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64510 Color CSS Codes

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

#b64510 Text Font Color

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

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


#b64510 Background Color

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

This div background color is #b64510


#b64510 Border Color

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

This div border color is #b64510


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,69,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 #b64510">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64510


Comments

No comments written yet.

Please login to write comment.