#B1954C

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

Shades of Husk #B1954C

Tints of Husk #B1954C

Color information

#B1954C (or 0xB1954C) is unknown color: approx Husk. HEX triplet: B1, 95 and 4C. RGB value is (177,149,76). Sum of RGB (Red+Green+Blue) = 177+149+76=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1954C is #4E6AB3. Grayscale: #959595. Windows color (decimal): -5139124 or 5019057. OLE color: 5019057.

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

Color convert

RGB17714976-
CMYK00.160.570.31
HSL43.37º39.92%49.61%-
HSV(B)43.37º57.06%69.41%-
XYZ30.1831.3611.3-
YUV149.0586.78147.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=44.03%
G=37.06%
B=18.91%

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
Decimal1771497600.160.570.3143.3739.9249.61
HexB1954C010391F2b2832
Octal2612251140207137535062
Binary1011000110010101100110001000011100111111101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1954C; }

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

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

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

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

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

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

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

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