#B99C50

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

Shades of Husk #B99C50

Tints of Husk #B99C50

Color information

#B99C50 (or 0xB99C50) is unknown color: approx Husk. HEX triplet: B9, 9C and 50. RGB value is (185,156,80). Sum of RGB (Red+Green+Blue) = 185+156+80=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C50 is #4663AF. Grayscale: #9C9C9C. Windows color (decimal): -4613040 or 5283001. OLE color: 5283001.

HSL color Cylindrical-coordinate representation of color #B99C50: hue angle of 43.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B99C50 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18515680-
CMYK00.160.570.27
HSL43.43º42.86%51.96%-
HSV(B)43.43º56.76%72.55%-
XYZ33.3434.6712.52-
YUV156.0185.11148.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=43.94%
G=37.05%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851568000.160.570.2743.4342.8651.96
HexB99C50010391B2b2b34
Octal2712341200207133535364
Binary1011100110011100101000001000011100111011101011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C50; }

 p { color: rgb(185,156,80); }

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

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

 a { background-color: rgb(185,156,80); }

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

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

 span { border-color: rgb(185,156,80); }

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