#B99380

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

Shades of Pale Taupe #B99380

Tints of Pale Taupe #B99380

Color information

#B99380 (or 0xB99380) is unknown color: approx Pale Taupe. HEX triplet: B9, 93 and 80. RGB value is (185,147,128). Sum of RGB (Red+Green+Blue) = 185+147+128=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99380 is #466C7F. Grayscale: #9C9C9C. Windows color (decimal): -4615296 or 8426425. OLE color: 8426425.

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

Color convert

RGB185147128-
CMYK00.210.310.27
HSL20º28.93%61.37%-
HSV(B)20º30.81%72.55%-
XYZ34.3432.7424.93-
YUV156.2112.09148.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=40.22%
G=31.96%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514712800.210.310.272028.9361.37
HexB993800151F1B141d3d
Octal2712232000253733243575
Binary10111001100100111000000001010111111110111010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99380; }

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

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

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

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

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

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

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

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