#B1944C

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

Shades of Husk #B1944C

Tints of Husk #B1944C

Color information

#B1944C (or 0xB1944C) is unknown color: approx Husk. HEX triplet: B1, 94 and 4C. RGB value is (177,148,76). Sum of RGB (Red+Green+Blue) = 177+148+76=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1944C is #4E6BB3. Grayscale: #949494. Windows color (decimal): -5139380 or 5018801. OLE color: 5018801.

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

Color convert

RGB17714876-
CMYK00.160.570.31
HSL42.77º39.92%49.61%-
HSV(B)42.77º57.06%69.41%-
XYZ30.0331.0511.25-
YUV148.4687.11148.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=44.14%
G=36.91%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771487600.160.570.3142.7739.9249.61
HexB1944C010391F2b2832
Octal2612241140207137535062
Binary1011000110010100100110001000011100111111101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1944C; }

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

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

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

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

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

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

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

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