Color Hex Logo

#b68724 Color Hex

#B68724
(182,135,36)
0 Favorites   0 Comments

Color spaces of #b68724

RGB 18213536
HSL0.110.670.43
HSV41°80°71°
CMYK 0.000.260.80   0.29
XYZ28.273827.40045.4677
Yxy27.40040.46240.4481
Hunter Lab52.34544.810430.4487
CIE-Lab59.34319.018756.1152

#b68724 color RGB value is (182,135,36).

#b68724 hex color red value is 182, green value is 135 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b68724 hue: 0.11 , saturation: 0.67 and the lightness value of b68724 is 0.43.

The process color (four color CMYK) of #b68724 color hex is 0.00, 0.26, 0.80, 0.29. Web safe color of #b68724 is #cc9933. Color #b68724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 00100100
Octal 266 207 44
Decimal 182 135 36
Hex B6 87 24

RGB Percentages of Color #b68724

%51.56
%38.24
%10.20

CMYK Percentages of Color #b68724

%0
%26
%80
%29

Triadic Colors of #b68724

#b68724 #24b687 #8724b6

Analogous Colors of #b68724

#b68724 #9cb624 #b63e24

Monochromatic Colors of #b68724

#b68724

Complementary Color

#b68724 #2453b6

#b68724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68724 Color CSS Codes

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

#b68724 Text Font Color

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

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


#b68724 Background Color

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

This div background color is #b68724


#b68724 Border Color

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

This div border color is #b68724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68724


Comments

No comments written yet.

Please login to write comment.