#B1964C

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

Shades of Husk #B1964C

Tints of Husk #B1964C

Color information

#B1964C (or 0xB1964C) is unknown color: approx Husk. HEX triplet: B1, 96 and 4C. RGB value is (177,150,76). Sum of RGB (Red+Green+Blue) = 177+150+76=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1964C is #4E69B3. Grayscale: #959595. Windows color (decimal): -5138868 or 5019313. OLE color: 5019313.

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

Color convert

RGB17715076-
CMYK00.150.570.31
HSL43.96º39.92%49.61%-
HSV(B)43.96º57.06%69.41%-
XYZ30.3431.6811.35-
YUV149.6486.45147.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 76 (30.08% from 255) = 18.86%
R=43.92%
G=37.22%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771507600.150.570.3143.9639.9249.61
HexB1964C0F391F2c2832
Octal2612261140177137545062
Binary101100011001011010011000111111100111111101100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1964C; }

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

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

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

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

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

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

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

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