#B1984A

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

Shades of Husk #B1984A

Tints of Husk #B1984A

Color information

#B1984A (or 0xB1984A) is unknown color: approx Husk. HEX triplet: B1, 98 and 4A. RGB value is (177,152,74). Sum of RGB (Red+Green+Blue) = 177+152+74=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1984A is #4E67B5. Grayscale: #969696. Windows color (decimal): -5138358 or 4888753. OLE color: 4888753.

HSL color Cylindrical-coordinate representation of color #B1984A: hue angle of 45.44º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1984A is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17715274-
CMYK00.140.580.31
HSL45.44º41.04%49.22%-
HSV(B)45.44º58.19%69.41%-
XYZ30.632.311.1-
YUV150.5884.78146.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 74 (29.30% from 255) = 18.36%
R=43.92%
G=37.72%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771527400.140.580.3145.4441.0449.22
HexB1984A0E3A1F2d2931
Octal2612301120167237555161
Binary101100011001100010010100111011101011111101101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1984A; }

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

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

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

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

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

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

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

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