#B99382

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

Shades of Pale Taupe #B99382

Tints of Pale Taupe #B99382

Color information

#B99382 (or 0xB99382) is unknown color: approx Pale Taupe. HEX triplet: B9, 93 and 82. RGB value is (185,147,130). Sum of RGB (Red+Green+Blue) = 185+147+130=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B99382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99382 is #466C7D. Grayscale: #9C9C9C. Windows color (decimal): -4615294 or 8557497. OLE color: 8557497.

HSL color Cylindrical-coordinate representation of color #B99382: hue angle of 18.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99382 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB185147130-
CMYK00.210.300.27
HSL18.55º28.21%61.76%-
HSV(B)18.55º29.73%72.55%-
XYZ34.4732.7925.63-
YUV156.42113.09148.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=40.04%
G=31.82%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514713000.210.300.2718.5528.2161.76
HexB993820151E1B131c3e
Octal2712232020253633233476
Binary10111001100100111000001001010111110110111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99382; }

 p { color: rgb(185,147,130); }

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

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

 a { background-color: rgb(185,147,130); }

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

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

 span { border-color: rgb(185,147,130); }

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