#b99951

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

Shades of Husk #B99951

Tints of Husk #B99951

Color information

#B99951 (or 0xB99951) is unknown color: approx Husk. HEX triplet: B9, 99 and 51. RGB value is (185,153,81). Sum of RGB (Red+Green+Blue) = 185+153+81=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B99951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99951 is #4666AE. Grayscale: #9A9A9A. Windows color (decimal): -4613807 or 5347769. OLE color: 5347769.

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

Color convert

RGB18515381-
CMYK00.170.560.27
HSL41.54º42.62%52.16%-
HSV(B)41.54º56.22%72.55%-
XYZ32.8833.6912.55-
YUV154.3686.6149.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=44.15%
G=36.52%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851538100.170.560.2741.5442.6252.16
HexB99951011381B2a2b34
Octal2712311210217033525364
Binary1011100110011001101000101000111100011011101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99951; }

 p { color: rgb(185,153,81); }

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

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

 a { background-color: rgb(185,153,81); }

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

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

 span { border-color: rgb(185,153,81); }

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