Shades of Tide #BFB4AD
Tints of Tide #BFB4AD
RGB
CMYK
RGB Variations
Color information
#BFB4AD (or 0xBFB4AD) is known color: Tide. HEX triplet: BF, B4 and AD. RGB value is (191,180,173). Sum of RGB (Red+Green+Blue) = 191+180+173=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4AD is #404B52. Grayscale: #B6B6B6. Windows color (decimal): -4213587 or 11383999. OLE color: 11383999.
HSL color Cylindrical-coordinate representation of color #BFB4AD: hue angle of 23.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB4AD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 173 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.25 |
| HSL | 23.33º | 0.12% | 0.71% | - |
| HSV(B) | 23.33º | 0.09% | 0.75% | - |
| XYZ | 45.35 | 46.74 | 46.17 | - |
| YUV | 182.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 173 | 0 | 0.06 | 0.09 | 0.25 | 23.33 | 0.12 | 0.71 |
| Hex | BF | B4 | AD | 0 | 6 | 9 | 19 | 17 | C | 47 |
| Octal | 277 | 264 | 255 | 0 | 6 | 11 | 31 | 27 | 14 | 107 |
| Binary | 10111111 | 10110100 | 10101101 | 0 | 110 | 1001 | 11001 | 10111 | 1100 | 1000111 |
Color Harmonies of #BFB4AD
Complementary color
Monochromatic Colors of #BFB4AD
Black with #BFB4AD
Text Example
Text Example
White with #BFB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4AD; }
p { color: rgb(191,180,173); }
H1.HeaderClassName
{
color: #BFB4AD;
}
.AnyTagClassName
{
color: #BFB4AD;
}
</style>
background-color css
<style>
a { background-color: #BFB4AD; }
a { background-color: rgb(191,180,173); }
div.DivClassName
{
background-color: #BFB4AD;
}
.BgClassName
{
background-color: #BFB4AD;
}
</style>
border-color css
<style>
span { border-color: #BFB4AD; }
span { border-color: rgb(191,180,173); }
td.TdClassName
{
border-color: #BFB4AD;
}
.TagClassName
{
border-color: #BFB4AD;
}
</style>