Color Hex Logo

#b09033 Color Hex

#B09033
(176,144,51)
0 Favorites   0 Comments

Color spaces of #b09033

RGB 17614451
HSL0.120.550.45
HSV45°71°69°
CMYK 0.000.180.71   0.31
XYZ28.475329.41567.3089
Yxy29.41560.43670.4512
Hunter Lab54.2362-1.196429.9753
CIE-Lab61.14672.035851.7296

#b09033 color RGB value is (176,144,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 00110011
Octal 260 220 63
Decimal 176 144 51
Hex B0 90 33

RGB Percentages of Color #b09033

%47.44
%38.81
%13.75

CMYK Percentages of Color #b09033

%0
%18
%71
%31

Triadic Colors of #b09033

#b09033 #33b090 #9033b0

Analogous Colors of #b09033

#b09033 #92b033 #b05233

Monochromatic Colors of #b09033

#b09033

Complementary Color

#b09033 #3353b0

#b09033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09033 Color CSS Codes

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

#b09033 Text Font Color

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

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


#b09033 Background Color

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

This div background color is #b09033


#b09033 Border Color

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

This div border color is #b09033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09033


Comments

No comments written yet.

Please login to write comment.