#B0914E

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

Shades of Husk #B0914E

Tints of Husk #B0914E

Color information

#B0914E (or 0xB0914E) is unknown color: approx Husk. HEX triplet: B0, 91 and 4E. RGB value is (176,145,78). Sum of RGB (Red+Green+Blue) = 176+145+78=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0914E is #4F6EB1. Grayscale: #929292. Windows color (decimal): -5205682 or 5149104. OLE color: 5149104.

HSL color Cylindrical-coordinate representation of color #B0914E: hue angle of 41.02º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0914E is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17614578-
CMYK00.180.560.31
HSL41.02º38.58%49.8%-
HSV(B)41.02º55.68%69.02%-
XYZ29.4130.0311.45-
YUV146.6389.27148.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=44.11%
G=36.34%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761457800.180.560.3141.0238.5849.8
HexB0914E012381F292732
Octal2602211160227037514762
Binary1011000010010001100111001001011100011111101001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0914E; }

 p { color: rgb(176,145,78); }

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

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

 a { background-color: rgb(176,145,78); }

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

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

 span { border-color: rgb(176,145,78); }

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