Shades of Tide #BFB5AD
Tints of Tide #BFB5AD
RGB
CMYK
RGB Variations
Color information
#BFB5AD (or 0xBFB5AD) is known color: Tide. HEX triplet: BF, B5 and AD. RGB value is (191,181,173). Sum of RGB (Red+Green+Blue) = 191+181+173=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB5AD is #404A52. Grayscale: #B7B7B7. Windows color (decimal): -4213331 or 11384255. OLE color: 11384255.
HSL color Cylindrical-coordinate representation of color #BFB5AD: hue angle of 26.67º 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 #BFB5AD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 173 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.25 |
| HSL | 26.67º | 0.12% | 0.71% | - |
| HSV(B) | 26.67º | 0.09% | 0.75% | - |
| XYZ | 45.55 | 47.14 | 46.23 | - |
| YUV | 183.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 173 | 0 | 0.05 | 0.09 | 0.25 | 26.67 | 0.12 | 0.71 |
| Hex | BF | B5 | AD | 0 | 5 | 9 | 19 | 1B | C | 47 |
| Octal | 277 | 265 | 255 | 0 | 5 | 11 | 31 | 33 | 14 | 107 |
| Binary | 10111111 | 10110101 | 10101101 | 0 | 101 | 1001 | 11001 | 11011 | 1100 | 1000111 |
Color Harmonies of #BFB5AD
Complementary color
Monochromatic Colors of #BFB5AD
Black with #BFB5AD
Text Example
Text Example
White with #BFB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5AD; }
p { color: rgb(191,181,173); }
H1.HeaderClassName
{
color: #BFB5AD;
}
.AnyTagClassName
{
color: #BFB5AD;
}
</style>
background-color css
<style>
a { background-color: #BFB5AD; }
a { background-color: rgb(191,181,173); }
div.DivClassName
{
background-color: #BFB5AD;
}
.BgClassName
{
background-color: #BFB5AD;
}
</style>
border-color css
<style>
span { border-color: #BFB5AD; }
span { border-color: rgb(191,181,173); }
td.TdClassName
{
border-color: #BFB5AD;
}
.TagClassName
{
border-color: #BFB5AD;
}
</style>