Color Hex Logo

#b59228 Color Hex

#B59228
(181,146,40)
0 Favorites   0 Comments

Color spaces of #b59228

RGB 18114640
HSL0.130.640.43
HSV45°78°71°
CMYK 0.000.190.78   0.29
XYZ29.717930.53476.3350
Yxy30.53470.44630.4586
Hunter Lab55.2582-0.704531.8835
CIE-Lab62.11292.668757.1790

#b59228 color RGB value is (181,146,40).

#b59228 hex color red value is 181, green value is 146 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b59228 hue: 0.13 , saturation: 0.64 and the lightness value of b59228 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 00101000
Octal 265 222 50
Decimal 181 146 40
Hex B5 92 28

RGB Percentages of Color #b59228

%49.32
%39.78
%10.90

CMYK Percentages of Color #b59228

%0
%19
%78
%29

Triadic Colors of #b59228

#b59228 #28b592 #9228b5

Analogous Colors of #b59228

#b59228 #92b528 #b54c28

Monochromatic Colors of #b59228

#b59228

Complementary Color

#b59228 #284bb5

#b59228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59228 Color CSS Codes

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

#b59228 Text Font Color

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

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


#b59228 Background Color

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

This div background color is #b59228


#b59228 Border Color

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

This div border color is #b59228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59228


Comments

No comments written yet.

Please login to write comment.