#B1904C

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

Shades of Husk #B1904C

Tints of Husk #B1904C

Color information

#B1904C (or 0xB1904C) is unknown color: approx Husk. HEX triplet: B1, 90 and 4C. RGB value is (177,144,76). Sum of RGB (Red+Green+Blue) = 177+144+76=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1904C is #4E6FB3. Grayscale: #929292. Windows color (decimal): -5140404 or 5017777. OLE color: 5017777.

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

Color convert

RGB17714476-
CMYK00.190.570.31
HSL40.4º39.92%49.61%-
HSV(B)40.4º57.06%69.41%-
XYZ29.4129.8211.04-
YUV146.1188.43150.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=44.58%
G=36.27%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771447600.190.570.3140.439.9249.61
HexB1904C013391F282832
Octal2612201140237137505062
Binary1011000110010000100110001001111100111111101000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1904C; }

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

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

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

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

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

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

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

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