#B99B4C

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

Shades of Husk #B99B4C

Tints of Husk #B99B4C

Color information

#B99B4C (or 0xB99B4C) is unknown color: approx Husk. HEX triplet: B9, 9B and 4C. RGB value is (185,155,76). Sum of RGB (Red+Green+Blue) = 185+155+76=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99B4C is #4664B3. Grayscale: #9B9B9B. Windows color (decimal): -4613300 or 5020601. OLE color: 5020601.

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

Color convert

RGB18515576-
CMYK00.160.590.27
HSL43.49º43.78%51.18%-
HSV(B)43.49º58.92%72.55%-
XYZ33.0334.2811.71-
YUV154.9683.44149.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 76 (30.08% from 255) = 18.27%
R=44.47%
G=37.26%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851557600.160.590.2743.4943.7851.18
HexB99B4C0103B1B2b2c33
Octal2712331140207333535463
Binary1011100110011011100110001000011101111011101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B4C; }

 p { color: rgb(185,155,76); }

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

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

 a { background-color: rgb(185,155,76); }

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

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

 span { border-color: rgb(185,155,76); }

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