Color Hex Logo

#b67455 Color Hex

#B67455
(182,116,85)
0 Favorites   0 Comments

Color spaces of #b67455

RGB 18211685
HSL0.050.400.52
HSV19°53°71°
CMYK 0.000.360.53   0.29
XYZ27.176523.091711.6191
Yxy23.09170.43910.3731
Hunter Lab48.053816.855219.3017
CIE-Lab55.166722.645727.8373

#b67455 color RGB value is (182,116,85).

#b67455 hex color red value is 182, green value is 116 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b67455 hue: 0.05 , saturation: 0.40 and the lightness value of b67455 is 0.52.

The process color (four color CMYK) of #b67455 color hex is 0.00, 0.36, 0.53, 0.29. Web safe color of #b67455 is #cc6666. Color #b67455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 01010101
Octal 266 164 125
Decimal 182 116 85
Hex B6 74 55

RGB Percentages of Color #b67455

%47.52
%30.29
%22.19

CMYK Percentages of Color #b67455

%0
%36
%53
%29

Triadic Colors of #b67455

#b67455 #55b674 #7455b6

Analogous Colors of #b67455

#b67455 #b6a555 #b65567

Monochromatic Colors of #b67455

#b67455

Complementary Color

#b67455 #5597b6

#b67455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67455 Color CSS Codes

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

#b67455 Text Font Color

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

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


#b67455 Background Color

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

This div background color is #b67455


#b67455 Border Color

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

This div border color is #b67455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67455


Comments

No comments written yet.

Please login to write comment.