#B99A53

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

Shades of Husk #B99A53

Tints of Husk #B99A53

Color information

#B99A53 (or 0xB99A53) is unknown color: approx Husk. HEX triplet: B9, 9A and 53. RGB value is (185,154,83). Sum of RGB (Red+Green+Blue) = 185+154+83=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A53 is #4665AC. Grayscale: #9B9B9B. Windows color (decimal): -4613549 or 5479097. OLE color: 5479097.

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

Color convert

RGB18515483-
CMYK00.170.550.27
HSL41.76º42.15%52.55%-
HSV(B)41.76º55.14%72.55%-
XYZ33.1234.0513.01-
YUV155.1787.27149.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 83 (32.81% from 255) = 19.67%
R=43.84%
G=36.49%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851548300.170.550.2741.7642.1552.55
HexB99A53011371B2a2a35
Octal2712321230216733525265
Binary1011100110011010101001101000111011111011101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A53; }

 p { color: rgb(185,154,83); }

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

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

 a { background-color: rgb(185,154,83); }

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

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

 span { border-color: rgb(185,154,83); }

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