Color Hex Logo

#b09254 Color Hex

#B09254
(176,146,84)
0 Favorites   0 Comments

Color spaces of #b09254

RGB 17614684
HSL0.110.370.51
HSV40°52°69°
CMYK 0.000.170.52   0.31
XYZ29.783630.428012.6909
Yxy30.42800.40850.4174
Hunter Lab55.1616-0.154624.9724
CIE-Lab62.02183.311236.8249

#b09254 color RGB value is (176,146,84).

#b09254 hex color red value is 176, green value is 146 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b09254 hue: 0.11 , saturation: 0.37 and the lightness value of b09254 is 0.51.

The process color (four color CMYK) of #b09254 color hex is 0.00, 0.17, 0.52, 0.31. Web safe color of #b09254 is #999966. Color #b09254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 01010100
Octal 260 222 124
Decimal 176 146 84
Hex B0 92 54

RGB Percentages of Color #b09254

%43.35
%35.96
%20.69

CMYK Percentages of Color #b09254

%0
%17
%52
%31

Triadic Colors of #b09254

#b09254 #54b092 #9254b0

Analogous Colors of #b09254

#b09254 #a0b054 #b06454

Monochromatic Colors of #b09254

#b09254

Complementary Color

#b09254 #5472b0

#b09254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09254 Color CSS Codes

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

#b09254 Text Font Color

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

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


#b09254 Background Color

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

This div background color is #b09254


#b09254 Border Color

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

This div border color is #b09254


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,146,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09254


Comments

No comments written yet.

Please login to write comment.