Shades of Tea #BDB2A0
Tints of Tea #BDB2A0
RGB
CMYK
RGB Variations
Color information
#BDB2A0 (or 0xBDB2A0) is known color: Tea. HEX triplet: BD, B2 and A0. RGB value is (189,178,160). Sum of RGB (Red+Green+Blue) = 189+178+160=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2A0 is #424D5F. Grayscale: #B3B3B3. Windows color (decimal): -4345184 or 10531517. OLE color: 10531517.
HSL color Cylindrical-coordinate representation of color #BDB2A0: hue angle of 37.24º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB2A0 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 178 | 160 | - |
CMYK | 0 | 0.06 | 0.15 | 0.26 |
HSL | 37.24º | 0.18% | 0.68% | - |
HSV(B) | 37.24º | 0.15% | 0.74% | - |
XYZ | 43.25 | 45.2 | 39.7 | - |
YUV | 179.24 | 117.14 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 160 | 0 | 0.06 | 0.15 | 0.26 | 37.24 | 0.18 | 0.68 |
Hex | BD | B2 | A0 | 0 | 6 | F | 1A | 25 | 12 | 44 |
Octal | 275 | 262 | 240 | 0 | 6 | 17 | 32 | 45 | 22 | 104 |
Binary | 10111101 | 10110010 | 10100000 | 0 | 110 | 1111 | 11010 | 100101 | 10010 | 1000100 |
Color Harmonies of #BDB2A0
Complementary color
Monochromatic Colors of #BDB2A0
Black with #BDB2A0
Text Example
Text Example
White with #BDB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2A0; }
p { color: rgb(189,178,160); }
H1.HeaderClassName
{
color: #BDB2A0;
}
.AnyTagClassName
{
color: #BDB2A0;
}
</style>
background-color css
<style>
a { background-color: #BDB2A0; }
a { background-color: rgb(189,178,160); }
div.DivClassName
{
background-color: #BDB2A0;
}
.BgClassName
{
background-color: #BDB2A0;
}
</style>
border-color css
<style>
span { border-color: #BDB2A0; }
span { border-color: rgb(189,178,160); }
td.TdClassName
{
border-color: #BDB2A0;
}
.TagClassName
{
border-color: #BDB2A0;
}
</style>