#BB9381

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

Shades of Pale Taupe #BB9381

Tints of Pale Taupe #BB9381

Color information

#BB9381 (or 0xBB9381) is unknown color: approx Pale Taupe. HEX triplet: BB, 93 and 81. RGB value is (187,147,129). Sum of RGB (Red+Green+Blue) = 187+147+129=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9381 is #446C7E. Grayscale: #9D9D9D. Windows color (decimal): -4484223 or 8491963. OLE color: 8491963.

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

Color convert

RGB187147129-
CMYK00.210.310.27
HSL18.62º29.9%61.96%-
HSV(B)18.62º31.02%73.33%-
XYZ34.8933.0225.3-
YUV156.91112.25149.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=40.39%
G=31.75%
B=27.86%

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
Decimal18714712900.210.310.2718.6229.961.96
HexBB93810151F1B131e3e
Octal2732232010253733233676
Binary10111011100100111000000101010111111110111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9381; }

 p { color: rgb(187,147,129); }

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

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

 a { background-color: rgb(187,147,129); }

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

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

 span { border-color: rgb(187,147,129); }

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