#B09645

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

Shades of Husk #B09645

Tints of Husk #B09645

Color information

#B09645 (or 0xB09645) is unknown color: approx Husk. HEX triplet: B0, 96 and 45. RGB value is (176,150,69). Sum of RGB (Red+Green+Blue) = 176+150+69=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B09645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09645 is #4F69BA. Grayscale: #949494. Windows color (decimal): -5204411 or 4560560. OLE color: 4560560.

HSL color Cylindrical-coordinate representation of color #B09645: hue angle of 45.42º 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 #B09645 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17615069-
CMYK00.150.610.31
HSL45.42º43.67%48.04%-
HSV(B)45.42º60.8%69.02%-
XYZ29.8931.4710.13-
YUV148.5483.11147.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=44.56%
G=37.97%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761506900.150.610.3145.4243.6748.04
HexB096450F3D1F2d2c30
Octal2602261050177537555460
Binary101100001001011010001010111111110111111101101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09645; }

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

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

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

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

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

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

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

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