Shades of Tide #B7B0A8
Tints of Tide #B7B0A8
RGB
CMYK
RGB Variations
Color information
#B7B0A8 (or 0xB7B0A8) is known color: Tide. HEX triplet: B7, B0 and A8. RGB value is (183,176,168). Sum of RGB (Red+Green+Blue) = 183+176+168=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B0A8 is #484F57. Grayscale: #B1B1B1. Windows color (decimal): -4738904 or 11055287. OLE color: 11055287.
HSL color Cylindrical-coordinate representation of color #B7B0A8: hue angle of 32º 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 #B7B0A8 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 176 | 168 | - |
CMYK | 0 | 0.04 | 0.08 | 0.28 |
HSL | 32º | 0.09% | 0.69% | - |
HSV(B) | 32º | 0.08% | 0.72% | - |
XYZ | 42.12 | 43.95 | 43.31 | - |
YUV | 177.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 176 | 168 | 0 | 0.04 | 0.08 | 0.28 | 32 | 0.09 | 0.69 |
Hex | B7 | B0 | A8 | 0 | 4 | 8 | 1C | 20 | 9 | 45 |
Octal | 267 | 260 | 250 | 0 | 4 | 10 | 34 | 40 | 11 | 105 |
Binary | 10110111 | 10110000 | 10101000 | 0 | 100 | 1000 | 11100 | 100000 | 1001 | 1000101 |
Color Harmonies of #B7B0A8
Complementary color
Monochromatic Colors of #B7B0A8
Black with #B7B0A8
Text Example
Text Example
White with #B7B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0A8; }
p { color: rgb(183,176,168); }
H1.HeaderClassName
{
color: #B7B0A8;
}
.AnyTagClassName
{
color: #B7B0A8;
}
</style>
background-color css
<style>
a { background-color: #B7B0A8; }
a { background-color: rgb(183,176,168); }
div.DivClassName
{
background-color: #B7B0A8;
}
.BgClassName
{
background-color: #B7B0A8;
}
</style>
border-color css
<style>
span { border-color: #B7B0A8; }
span { border-color: rgb(183,176,168); }
td.TdClassName
{
border-color: #B7B0A8;
}
.TagClassName
{
border-color: #B7B0A8;
}
</style>