#B09B45

Color #B09B45 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B09B45

Tints of Husk #B09B45

Color information

#B09B45 (or 0xB09B45) is unknown color: approx Husk. HEX triplet: B0, 9B and 45. RGB value is (176,155,69). Sum of RGB (Red+Green+Blue) = 176+155+69=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B45 is #4F64BA. Grayscale: #979797. Windows color (decimal): -5203131 or 4561840. OLE color: 4561840.

HSL color Cylindrical-coordinate representation of color #B09B45: hue angle of 48.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B09B45 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17615569-
CMYK00.120.610.31
HSL48.22º43.67%48.04%-
HSV(B)48.22º60.8%69.02%-
XYZ30.733.110.4-
YUV151.4881.46145.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=44%
G=38.75%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761556900.120.610.3148.2243.6748.04
HexB09B450C3D1F302c30
Octal2602331050147537605460
Binary101100001001101110001010110011110111111110000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B45; }

 p { color: rgb(176,155,69); }

 H1.HeaderClassName
 {
   color: #B09B45;
 }
 .AnyTagClassName
 {
   color: #B09B45;
 }
</style>
background-color css

<style>
 a { background-color: #B09B45; }

 a { background-color: rgb(176,155,69); }

 div.DivClassName
 {
   background-color: #B09B45;
 }
 .BgClassName
 {
   background-color: #B09B45;
 }
</style>
border-color css

<style>
 span { border-color: #B09B45; }

 span { border-color: rgb(176,155,69); }

 td.TdClassName
 {
   border-color: #B09B45;
 }
 .TagClassName
 {
   border-color: #B09B45;
 }
</style>