#b1944b

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

Shades of Husk #B1944B

Tints of Husk #B1944B

Color information

#B1944B (or 0xB1944B) is unknown color: approx Husk. HEX triplet: B1, 94 and 4B. RGB value is (177,148,75). Sum of RGB (Red+Green+Blue) = 177+148+75=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1944B is #4E6BB4. Grayscale: #949494. Windows color (decimal): -5139381 or 4953265. OLE color: 4953265.

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

Color convert

RGB17714875-
CMYK00.160.580.31
HSL42.94º40.48%49.41%-
HSV(B)42.94º57.63%69.41%-
XYZ29.9931.0311.07-
YUV148.3586.61148.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=44.25%
G=37%
B=18.75%

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
Decimal1771487500.160.580.3142.9440.4849.41
HexB1944B0103A1F2b2831
Octal2612241130207237535061
Binary1011000110010100100101101000011101011111101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1944b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1944b; }

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

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

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

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

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

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

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

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