#BBA085

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

Shades of Pale Taupe #BBA085

Tints of Pale Taupe #BBA085

Color information

#BBA085 (or 0xBBA085) is unknown color: approx Pale Taupe. HEX triplet: BB, A0 and 85. RGB value is (187,160,133). Sum of RGB (Red+Green+Blue) = 187+160+133=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA085 is #445F7A. Grayscale: #A5A5A5. Windows color (decimal): -4480891 or 8757435. OLE color: 8757435.

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

Color convert

RGB187160133-
CMYK00.140.290.27
HSL30º28.42%62.75%-
HSV(B)30º28.88%73.33%-
XYZ37.337.427.44-
YUV164.99109.95143.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=38.96%
G=33.33%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716013300.140.290.273028.4262.75
HexBBA0850E1D1B1e1c3f
Octal2732402050163533363477
Binary1011101110100000100001010111011101110111111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA085; }

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

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

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

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

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

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

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

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