#B1964B

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

Shades of Husk #B1964B

Tints of Husk #B1964B

Color information

#B1964B (or 0xB1964B) is unknown color: approx Husk. HEX triplet: B1, 96 and 4B. RGB value is (177,150,75). Sum of RGB (Red+Green+Blue) = 177+150+75=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1964B is #4E69B4. Grayscale: #959595. Windows color (decimal): -5138869 or 4953777. OLE color: 4953777.

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

Color convert

RGB17715075-
CMYK00.150.580.31
HSL44.12º40.48%49.41%-
HSV(B)44.12º57.63%69.41%-
XYZ30.3131.6711.17-
YUV149.5285.95147.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=44.03%
G=37.31%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771507500.150.580.3144.1240.4849.41
HexB1964B0F3A1F2c2831
Octal2612261130177237545061
Binary101100011001011010010110111111101011111101100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1964B; }

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

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

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

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

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

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

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

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