#B1944A

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

Shades of Husk #B1944A

Tints of Husk #B1944A

Color information

#B1944A (or 0xB1944A) is unknown color: approx Husk. HEX triplet: B1, 94 and 4A. RGB value is (177,148,74). Sum of RGB (Red+Green+Blue) = 177+148+74=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1944A is #4E6BB5. Grayscale: #949494. Windows color (decimal): -5139382 or 4887729. OLE color: 4887729.

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

Color convert

RGB17714874-
CMYK00.160.580.31
HSL43.11º41.04%49.22%-
HSV(B)43.11º58.19%69.41%-
XYZ29.9631.0210.89-
YUV148.2386.11148.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=44.36%
G=37.09%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771487400.160.580.3143.1141.0449.22
HexB1944A0103A1F2b2931
Octal2612241120207237535161
Binary1011000110010100100101001000011101011111101011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1944A; }

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

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

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

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

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

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

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

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