#B1924C

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

Shades of Husk #B1924C

Tints of Husk #B1924C

Color information

#B1924C (or 0xB1924C) is unknown color: approx Husk. HEX triplet: B1, 92 and 4C. RGB value is (177,146,76). Sum of RGB (Red+Green+Blue) = 177+146+76=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1924C is #4E6DB3. Grayscale: #939393. Windows color (decimal): -5139892 or 5018289. OLE color: 5018289.

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

Color convert

RGB17714676-
CMYK00.180.570.31
HSL41.58º39.92%49.61%-
HSV(B)41.58º57.06%69.41%-
XYZ29.7130.4311.14-
YUV147.2987.77149.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=44.36%
G=36.59%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771467600.180.570.3141.5839.9249.61
HexB1924C012391F2a2832
Octal2612221140227137525062
Binary1011000110010010100110001001011100111111101010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1924C; }

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

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

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

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

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

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

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

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