Shades of Pavlova #BFB089
Tints of Pavlova #BFB089
RGB
CMYK
RGB Variations
Color information
#BFB089 (or 0xBFB089) is known color: Pavlova. HEX triplet: BF, B0 and 89. RGB value is (191,176,137). Sum of RGB (Red+Green+Blue) = 191+176+137=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB089 is #404F76. Grayscale: #B0B0B0. Windows color (decimal): -4214647 or 9023679. OLE color: 9023679.
HSL color Cylindrical-coordinate representation of color #BFB089: hue angle of 43.33º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB089 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 137 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.25 |
| HSL | 43.33º | 0.3% | 0.64% | - |
| HSV(B) | 43.33º | 0.28% | 0.75% | - |
| XYZ | 41.53 | 43.93 | 29.96 | - |
| YUV | 176.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 137 | 0 | 0.08 | 0.28 | 0.25 | 43.33 | 0.3 | 0.64 |
| Hex | BF | B0 | 89 | 0 | 8 | 1C | 19 | 2B | 1E | 40 |
| Octal | 277 | 260 | 211 | 0 | 10 | 34 | 31 | 53 | 36 | 100 |
| Binary | 10111111 | 10110000 | 10001001 | 0 | 1000 | 11100 | 11001 | 101011 | 11110 | 1000000 |
Color Harmonies of #BFB089
Complementary color
Monochromatic Colors of #BFB089
Black with #BFB089
Text Example
Text Example
White with #BFB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB089; }
p { color: rgb(191,176,137); }
H1.HeaderClassName
{
color: #BFB089;
}
.AnyTagClassName
{
color: #BFB089;
}
</style>
background-color css
<style>
a { background-color: #BFB089; }
a { background-color: rgb(191,176,137); }
div.DivClassName
{
background-color: #BFB089;
}
.BgClassName
{
background-color: #BFB089;
}
</style>
border-color css
<style>
span { border-color: #BFB089; }
span { border-color: rgb(191,176,137); }
td.TdClassName
{
border-color: #BFB089;
}
.TagClassName
{
border-color: #BFB089;
}
</style>