#B1994C

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

Shades of Husk #B1994C

Tints of Husk #B1994C

Color information

#B1994C (or 0xB1994C) is unknown color: approx Husk. HEX triplet: B1, 99 and 4C. RGB value is (177,153,76). Sum of RGB (Red+Green+Blue) = 177+153+76=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1994C is #4E66B3. Grayscale: #979797. Windows color (decimal): -5138100 or 5020081. OLE color: 5020081.

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

Color convert

RGB17715376-
CMYK00.140.570.31
HSL45.74º39.92%49.61%-
HSV(B)45.74º57.06%69.41%-
XYZ30.8332.6511.52-
YUV151.485.45146.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=43.60%
G=37.68%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771537600.140.570.3145.7439.9249.61
HexB1994C0E391F2e2832
Octal2612311140167137565062
Binary101100011001100110011000111011100111111101110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1994C; }

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

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

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

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

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

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

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

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