Color Hex Logo

#b68822 Color Hex

#B68822
(182,136,34)
0 Favorites   0 Comments

Color spaces of #b68822

RGB 18213634
HSL0.110.690.42
HSV41°81°71°
CMYK 0.000.250.81   0.29
XYZ28.384327.66895.3580
Yxy27.66890.46220.4506
Hunter Lab52.60124.268730.7815
CIE-Lab59.58848.395657.0350

#b68822 color RGB value is (182,136,34).

#b68822 hex color red value is 182, green value is 136 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b68822 hue: 0.11 , saturation: 0.69 and the lightness value of b68822 is 0.42.

The process color (four color CMYK) of #b68822 color hex is 0.00, 0.25, 0.81, 0.29. Web safe color of #b68822 is #cc9933. Color #b68822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 00100010
Octal 266 210 42
Decimal 182 136 34
Hex B6 88 22

RGB Percentages of Color #b68822

%51.70
%38.64
%9.66

CMYK Percentages of Color #b68822

%0
%25
%81
%29

Triadic Colors of #b68822

#b68822 #22b688 #8822b6

Analogous Colors of #b68822

#b68822 #9ab622 #b63e22

Monochromatic Colors of #b68822

#b68822

Complementary Color

#b68822 #2250b6

#b68822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68822 Color CSS Codes

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

#b68822 Text Font Color

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

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


#b68822 Background Color

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

This div background color is #b68822


#b68822 Border Color

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

This div border color is #b68822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68822


Comments

No comments written yet.

Please login to write comment.