#B0944A

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

Shades of Husk #B0944A

Tints of Husk #B0944A

Color information

#B0944A (or 0xB0944A) is unknown color: approx Husk. HEX triplet: B0, 94 and 4A. RGB value is (176,148,74). Sum of RGB (Red+Green+Blue) = 176+148+74=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0944A is #4F6BB5. Grayscale: #949494. Windows color (decimal): -5204918 or 4887728. OLE color: 4887728.

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

Color convert

RGB17614874-
CMYK00.160.580.31
HSL43.53º40.8%49.02%-
HSV(B)43.53º57.95%69.02%-
XYZ29.7330.910.88-
YUV147.9486.28148.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=44.22%
G=37.19%
B=18.59%

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
Decimal1761487400.160.580.3143.5340.849.02
HexB0944A0103A1F2c2931
Octal2602241120207237545161
Binary1011000010010100100101001000011101011111101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0944A; }

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

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

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

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

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

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

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

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