#B1984C

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

Shades of Husk #B1984C

Tints of Husk #B1984C

Color information

#B1984C (or 0xB1984C) is unknown color: approx Husk. HEX triplet: B1, 98 and 4C. RGB value is (177,152,76). Sum of RGB (Red+Green+Blue) = 177+152+76=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1984C is #4E67B3. Grayscale: #979797. Windows color (decimal): -5138356 or 5019825. OLE color: 5019825.

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

Color convert

RGB17715276-
CMYK00.140.570.31
HSL45.15º39.92%49.61%-
HSV(B)45.15º57.06%69.41%-
XYZ30.6632.3311.46-
YUV150.8185.78146.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 76 (30.08% from 255) = 18.77%
R=43.70%
G=37.53%
B=18.77%

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
Decimal1771527600.140.570.3145.1539.9249.61
HexB1984C0E391F2d2832
Octal2612301140167137555062
Binary101100011001100010011000111011100111111101101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1984C; }

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

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

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

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

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

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

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

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