#B1964E

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

Shades of Husk #B1964E

Tints of Husk #B1964E

Color information

#B1964E (or 0xB1964E) is unknown color: approx Husk. HEX triplet: B1, 96 and 4E. RGB value is (177,150,78). Sum of RGB (Red+Green+Blue) = 177+150+78=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1964E is #4E69B1. Grayscale: #969696. Windows color (decimal): -5138866 or 5150385. OLE color: 5150385.

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

Color convert

RGB17715078-
CMYK00.150.560.31
HSL43.64º38.82%50%-
HSV(B)43.64º55.93%69.41%-
XYZ30.4131.7111.73-
YUV149.8687.45147.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=43.70%
G=37.04%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771507800.150.560.3143.6438.8250
HexB1964E0F381F2c2732
Octal2612261160177037544762
Binary101100011001011010011100111111100011111101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1964E; }

 p { color: rgb(177,150,78); }

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

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

 a { background-color: rgb(177,150,78); }

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

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

 span { border-color: rgb(177,150,78); }

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