Color Hex Logo

#b09954 Color Hex

#B09954
(176,153,84)
0 Favorites   0 Comments

Color spaces of #b09954

RGB 17615384
HSL0.130.370.51
HSV45°52°69°
CMYK 0.000.130.52   0.31
XYZ30.896032.652713.0617
Yxy32.65270.40330.4262
Hunter Lab57.1425-3.487526.4472
CIE-Lab63.8787-0.516339.0841

#b09954 color RGB value is (176,153,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011001 01010100
Octal 260 231 124
Decimal 176 153 84
Hex B0 99 54

RGB Percentages of Color #b09954

%42.62
%37.05
%20.34

CMYK Percentages of Color #b09954

%0
%13
%52
%31

Triadic Colors of #b09954

#b09954 #54b099 #9954b0

Analogous Colors of #b09954

#b09954 #99b054 #b06b54

Monochromatic Colors of #b09954

#b09954

Complementary Color

#b09954 #546bb0

#b09954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09954 Color CSS Codes

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

#b09954 Text Font Color

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

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


#b09954 Background Color

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

This div background color is #b09954


#b09954 Border Color

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

This div border color is #b09954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09954


Comments

No comments written yet.

Please login to write comment.