#BBA081

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

Shades of Pale Taupe #BBA081

Tints of Pale Taupe #BBA081

Color information

#BBA081 (or 0xBBA081) is unknown color: approx Pale Taupe. HEX triplet: BB, A0 and 81. RGB value is (187,160,129). Sum of RGB (Red+Green+Blue) = 187+160+129=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA081 is #445F7E. Grayscale: #A4A4A4. Windows color (decimal): -4480895 or 8495291. OLE color: 8495291.

HSL color Cylindrical-coordinate representation of color #BBA081: hue angle of 32.07º 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 #BBA081 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB187160129-
CMYK00.140.310.27
HSL32.07º29.9%61.96%-
HSV(B)32.07º31.02%73.33%-
XYZ37.0337.2926.02-
YUV164.54107.95144.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=39.29%
G=33.61%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716012900.140.310.2732.0729.961.96
HexBBA0810E1F1B201e3e
Octal2732402010163733403676
Binary10111011101000001000000101110111111101110000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA081; }

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

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

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

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

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

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

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

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