Shades of Tea #BDB1A1
Tints of Tea #BDB1A1
RGB
CMYK
RGB Variations
Color information
#BDB1A1 (or 0xBDB1A1) is known color: Tea. HEX triplet: BD, B1 and A1. RGB value is (189,177,161). Sum of RGB (Red+Green+Blue) = 189+177+161=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB1A1 is #424E5E. Grayscale: #B2B2B2. Windows color (decimal): -4345439 or 10596797. OLE color: 10596797.
HSL color Cylindrical-coordinate representation of color #BDB1A1: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB1A1 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 161 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.26 |
| HSL | 34.29º | 0.18% | 0.69% | - |
| HSV(B) | 34.29º | 0.15% | 0.74% | - |
| XYZ | 43.14 | 44.84 | 40.1 | - |
| YUV | 178.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 161 | 0 | 0.06 | 0.15 | 0.26 | 34.29 | 0.18 | 0.69 |
| Hex | BD | B1 | A1 | 0 | 6 | F | 1A | 22 | 12 | 45 |
| Octal | 275 | 261 | 241 | 0 | 6 | 17 | 32 | 42 | 22 | 105 |
| Binary | 10111101 | 10110001 | 10100001 | 0 | 110 | 1111 | 11010 | 100010 | 10010 | 1000101 |
Color Harmonies of #BDB1A1
Complementary color
Monochromatic Colors of #BDB1A1
Black with #BDB1A1
Text Example
Text Example
White with #BDB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1A1; }
p { color: rgb(189,177,161); }
H1.HeaderClassName
{
color: #BDB1A1;
}
.AnyTagClassName
{
color: #BDB1A1;
}
</style>
background-color css
<style>
a { background-color: #BDB1A1; }
a { background-color: rgb(189,177,161); }
div.DivClassName
{
background-color: #BDB1A1;
}
.BgClassName
{
background-color: #BDB1A1;
}
</style>
border-color css
<style>
span { border-color: #BDB1A1; }
span { border-color: rgb(189,177,161); }
td.TdClassName
{
border-color: #BDB1A1;
}
.TagClassName
{
border-color: #BDB1A1;
}
</style>