#B1964D

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

Shades of Husk #B1964D

Tints of Husk #B1964D

Color information

#B1964D (or 0xB1964D) is unknown color: approx Husk. HEX triplet: B1, 96 and 4D. RGB value is (177,150,77). Sum of RGB (Red+Green+Blue) = 177+150+77=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1964D is #4E69B2. Grayscale: #969696. Windows color (decimal): -5138867 or 5084849. OLE color: 5084849.

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

Color convert

RGB17715077-
CMYK00.150.560.31
HSL43.8º39.37%49.8%-
HSV(B)43.8º56.5%69.41%-
XYZ30.3831.711.54-
YUV149.7586.95147.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 77 (30.47% from 255) = 19.06%
R=43.81%
G=37.13%
B=19.06%

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
Decimal1771507700.150.560.3143.839.3749.8
HexB1964D0F381F2c2732
Octal2612261150177037544762
Binary101100011001011010011010111111100011111101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1964D; }

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

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

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

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

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

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

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

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