Color Hex Logo

#b09233 Color Hex

#B09233
(176,146,51)
0 Favorites   0 Comments

Color spaces of #b09233

RGB 17614651
HSL0.130.550.45
HSV46°71°69°
CMYK 0.000.170.71   0.31
XYZ28.780930.02697.4108
Yxy30.02690.43460.4535
Hunter Lab54.7968-2.140930.3393
CIE-Lab61.67740.940752.2687

#b09233 color RGB value is (176,146,51).

#b09233 hex color red value is 176, green value is 146 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b09233 hue: 0.13 , saturation: 0.55 and the lightness value of b09233 is 0.45.

The process color (four color CMYK) of #b09233 color hex is 0.00, 0.17, 0.71, 0.31. Web safe color of #b09233 is #999933. Color #b09233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 00110011
Octal 260 222 63
Decimal 176 146 51
Hex B0 92 33

RGB Percentages of Color #b09233

%47.18
%39.14
%13.67

CMYK Percentages of Color #b09233

%0
%17
%71
%31

Triadic Colors of #b09233

#b09233 #33b092 #9233b0

Analogous Colors of #b09233

#b09233 #90b033 #b05433

Monochromatic Colors of #b09233

#b09233

Complementary Color

#b09233 #3351b0

#b09233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09233 Color CSS Codes

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

#b09233 Text Font Color

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

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


#b09233 Background Color

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

This div background color is #b09233


#b09233 Border Color

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

This div border color is #b09233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09233


Comments

No comments written yet.

Please login to write comment.