Color Hex Logo

#b68228 Color Hex

#B68228
(182,130,40)
0 Favorites   0 Comments

Color spaces of #b68228

RGB 18213040
HSL0.110.640.44
HSV38°78°71°
CMYK 0.000.290.78   0.29
XYZ27.657026.06355.5806
Yxy26.06350.46640.4395
Hunter Lab51.05247.358429.2556
CIE-Lab58.097311.943853.4628

#b68228 color RGB value is (182,130,40).

#b68228 hex color red value is 182, green value is 130 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b68228 hue: 0.11 , saturation: 0.64 and the lightness value of b68228 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000010 00101000
Octal 266 202 50
Decimal 182 130 40
Hex B6 82 28

RGB Percentages of Color #b68228

%51.70
%36.93
%11.36

CMYK Percentages of Color #b68228

%0
%29
%78
%29

Triadic Colors of #b68228

#b68228 #28b682 #8228b6

Analogous Colors of #b68228

#b68228 #a3b628 #b63b28

Monochromatic Colors of #b68228

#b68228

Complementary Color

#b68228 #285cb6

#b68228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68228 Color CSS Codes

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

#b68228 Text Font Color

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

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


#b68228 Background Color

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

This div background color is #b68228


#b68228 Border Color

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

This div border color is #b68228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68228


Comments

No comments written yet.

Please login to write comment.