Shades of Tea #B7B1A8
Tints of Tea #B7B1A8
RGB
CMYK
RGB Variations
Color information
#B7B1A8 (or 0xB7B1A8) is known color: Tea. HEX triplet: B7, B1 and A8. RGB value is (183,177,168). Sum of RGB (Red+Green+Blue) = 183+177+168=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B1A8 is #484E57. Grayscale: #B1B1B1. Windows color (decimal): -4738648 or 11055543. OLE color: 11055543.
HSL color Cylindrical-coordinate representation of color #B7B1A8: hue angle of 36º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7B1A8 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 177 | 168 | - |
CMYK | 0 | 0.03 | 0.08 | 0.28 |
HSL | 36º | 0.09% | 0.69% | - |
HSV(B) | 36º | 0.08% | 0.72% | - |
XYZ | 42.32 | 44.34 | 43.37 | - |
YUV | 177.77 | 122.49 | 131.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 177 | 168 | 0 | 0.03 | 0.08 | 0.28 | 36 | 0.09 | 0.69 |
Hex | B7 | B1 | A8 | 0 | 3 | 8 | 1C | 24 | 9 | 45 |
Octal | 267 | 261 | 250 | 0 | 3 | 10 | 34 | 44 | 11 | 105 |
Binary | 10110111 | 10110001 | 10101000 | 0 | 11 | 1000 | 11100 | 100100 | 1001 | 1000101 |
Color Harmonies of #B7B1A8
Complementary color
Monochromatic Colors of #B7B1A8
Black with #B7B1A8
Text Example
Text Example
White with #B7B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B1A8; }
p { color: rgb(183,177,168); }
H1.HeaderClassName
{
color: #B7B1A8;
}
.AnyTagClassName
{
color: #B7B1A8;
}
</style>
background-color css
<style>
a { background-color: #B7B1A8; }
a { background-color: rgb(183,177,168); }
div.DivClassName
{
background-color: #B7B1A8;
}
.BgClassName
{
background-color: #B7B1A8;
}
</style>
border-color css
<style>
span { border-color: #B7B1A8; }
span { border-color: rgb(183,177,168); }
td.TdClassName
{
border-color: #B7B1A8;
}
.TagClassName
{
border-color: #B7B1A8;
}
</style>