#B99383

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

Shades of Pale Taupe #B99383

Tints of Pale Taupe #B99383

Color information

#B99383 (or 0xB99383) is unknown color: approx Pale Taupe. HEX triplet: B9, 93 and 83. RGB value is (185,147,131). Sum of RGB (Red+Green+Blue) = 185+147+131=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99383 is #466C7C. Grayscale: #9C9C9C. Windows color (decimal): -4615293 or 8623033. OLE color: 8623033.

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

Color convert

RGB185147131-
CMYK00.210.290.27
HSL17.78º27.84%61.96%-
HSV(B)17.78º29.19%72.55%-
XYZ34.5432.8225.99-
YUV156.54113.59148.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=39.96%
G=31.75%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514713100.210.290.2717.7827.8461.96
HexB993830151D1B121c3e
Octal2712232030253533223476
Binary10111001100100111000001101010111101110111001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99383; }

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

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

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

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

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

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

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

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