#b09647

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

Shades of Husk #B09647

Tints of Husk #B09647

Color information

#B09647 (or 0xB09647) is unknown color: approx Husk. HEX triplet: B0, 96 and 47. RGB value is (176,150,71). Sum of RGB (Red+Green+Blue) = 176+150+71=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09647 is #4F69B8. Grayscale: #959595. Windows color (decimal): -5204409 or 4691632. OLE color: 4691632.

HSL color Cylindrical-coordinate representation of color #B09647: hue angle of 45.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09647 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17615071-
CMYK00.150.600.31
HSL45.14º42.51%48.43%-
HSV(B)45.14º59.66%69.02%-
XYZ29.9531.510.46-
YUV148.7784.11147.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=44.33%
G=37.78%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761507100.150.600.3145.1442.5148.43
HexB096470F3C1F2d2b30
Octal2602261070177437555360
Binary101100001001011010001110111111110011111101101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09647; }

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

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

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

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

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

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

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

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