#B0964F

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

Shades of Husk #B0964F

Tints of Husk #B0964F

Color information

#B0964F (or 0xB0964F) is unknown color: approx Husk. HEX triplet: B0, 96 and 4F. RGB value is (176,150,79). Sum of RGB (Red+Green+Blue) = 176+150+79=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0964F is #4F69B0. Grayscale: #959595. Windows color (decimal): -5204401 or 5215920. OLE color: 5215920.

HSL color Cylindrical-coordinate representation of color #B0964F: hue angle of 43.92º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0964F is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17615079-
CMYK00.150.550.31
HSL43.92º38.04%50%-
HSV(B)43.92º55.11%69.02%-
XYZ30.2231.6111.91-
YUV149.6888.11146.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 79 (31.25% from 255) = 19.51%
R=43.46%
G=37.04%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761507900.150.550.3143.9238.0450
HexB0964F0F371F2c2632
Octal2602261170176737544662
Binary101100001001011010011110111111011111111101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0964F; }

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

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

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

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

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

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

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

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