Shades of Tea #BFB4A2
Tints of Tea #BFB4A2
RGB
CMYK
RGB Variations
Color information
#BFB4A2 (or 0xBFB4A2) is known color: Tea. HEX triplet: BF, B4 and A2. RGB value is (191,180,162). Sum of RGB (Red+Green+Blue) = 191+180+162=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4A2 is #404B5D. Grayscale: #B5B5B5. Windows color (decimal): -4213598 or 10663103. OLE color: 10663103.
HSL color Cylindrical-coordinate representation of color #BFB4A2: hue angle of 37.24º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB4A2 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 180 | 162 | - |
CMYK | 0 | 0.06 | 0.15 | 0.25 |
HSL | 37.24º | 0.18% | 0.69% | - |
HSV(B) | 37.24º | 0.15% | 0.75% | - |
XYZ | 44.33 | 46.33 | 40.79 | - |
YUV | 181.24 | 117.14 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 180 | 162 | 0 | 0.06 | 0.15 | 0.25 | 37.24 | 0.18 | 0.69 |
Hex | BF | B4 | A2 | 0 | 6 | F | 19 | 25 | 12 | 45 |
Octal | 277 | 264 | 242 | 0 | 6 | 17 | 31 | 45 | 22 | 105 |
Binary | 10111111 | 10110100 | 10100010 | 0 | 110 | 1111 | 11001 | 100101 | 10010 | 1000101 |
Color Harmonies of #BFB4A2
Complementary color
Monochromatic Colors of #BFB4A2
Black with #BFB4A2
Text Example
Text Example
White with #BFB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4A2; }
p { color: rgb(191,180,162); }
H1.HeaderClassName
{
color: #BFB4A2;
}
.AnyTagClassName
{
color: #BFB4A2;
}
</style>
background-color css
<style>
a { background-color: #BFB4A2; }
a { background-color: rgb(191,180,162); }
div.DivClassName
{
background-color: #BFB4A2;
}
.BgClassName
{
background-color: #BFB4A2;
}
</style>
border-color css
<style>
span { border-color: #BFB4A2; }
span { border-color: rgb(191,180,162); }
td.TdClassName
{
border-color: #BFB4A2;
}
.TagClassName
{
border-color: #BFB4A2;
}
</style>