Shades of Tide #B8B3AF
Tints of Tide #B8B3AF
RGB
CMYK
RGB Variations
Color information
#B8B3AF (or 0xB8B3AF) is known color: Tide. HEX triplet: B8, B3 and AF. RGB value is (184,179,175). Sum of RGB (Red+Green+Blue) = 184+179+175=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B3AF is #474C50. Grayscale: #B4B4B4. Windows color (decimal): -4672593 or 11514808. OLE color: 11514808.
HSL color Cylindrical-coordinate representation of color #B8B3AF: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8B3AF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 175 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.28 |
| HSL | 26.67º | 0.06% | 0.7% | - |
| HSV(B) | 26.67º | 0.05% | 0.72% | - |
| XYZ | 43.63 | 45.53 | 47.05 | - |
| YUV | 180.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 175 | 0 | 0.03 | 0.05 | 0.28 | 26.67 | 0.06 | 0.7 |
| Hex | B8 | B3 | AF | 0 | 3 | 5 | 1C | 1B | 6 | 46 |
| Octal | 270 | 263 | 257 | 0 | 3 | 5 | 34 | 33 | 6 | 106 |
| Binary | 10111000 | 10110011 | 10101111 | 0 | 11 | 101 | 11100 | 11011 | 110 | 1000110 |
Color Harmonies of #B8B3AF
Complementary color
Monochromatic Colors of #B8B3AF
Black with #B8B3AF
Text Example
Text Example
White with #B8B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B3AF; }
p { color: rgb(184,179,175); }
H1.HeaderClassName
{
color: #B8B3AF;
}
.AnyTagClassName
{
color: #B8B3AF;
}
</style>
background-color css
<style>
a { background-color: #B8B3AF; }
a { background-color: rgb(184,179,175); }
div.DivClassName
{
background-color: #B8B3AF;
}
.BgClassName
{
background-color: #B8B3AF;
}
</style>
border-color css
<style>
span { border-color: #B8B3AF; }
span { border-color: rgb(184,179,175); }
td.TdClassName
{
border-color: #B8B3AF;
}
.TagClassName
{
border-color: #B8B3AF;
}
</style>