#BBB5A4

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

Shades of Tea #BBB5A4

Tints of Tea #BBB5A4

Color information

#BBB5A4 (or 0xBBB5A4) is unknown color: approx Tea. HEX triplet: BB, B5 and A4. RGB value is (187,181,164). Sum of RGB (Red+Green+Blue) = 187+181+164=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5A4 is #444A5B. Grayscale: #B4B4B4. Windows color (decimal): -4475484 or 10794427. OLE color: 10794427.

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

Color convert

RGB187181164-
CMYK00.030.120.27
HSL44.35º14.47%68.82%-
HSV(B)44.35º12.3%73.33%-
XYZ43.7246.2941.75-
YUV180.86118.49132.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=35.15%
G=34.02%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718116400.030.120.2744.3514.4768.82
HexBBB5A403C1B2ce45
Octal2732652440314335416105
Binary10111011101101011010010001111001101110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5A4; }

 p { color: rgb(187,181,164); }

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

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

 a { background-color: rgb(187,181,164); }

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

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

 span { border-color: rgb(187,181,164); }

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