Shades of Pavlova #BFB08A
Tints of Pavlova #BFB08A
RGB
CMYK
RGB Variations
Color information
#BFB08A (or 0xBFB08A) is known color: Pavlova. HEX triplet: BF, B0 and 8A. RGB value is (191,176,138). Sum of RGB (Red+Green+Blue) = 191+176+138=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB08A is #404F75. Grayscale: #B0B0B0. Windows color (decimal): -4214646 or 9089215. OLE color: 9089215.
HSL color Cylindrical-coordinate representation of color #BFB08A: hue angle of 43.02º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB08A is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 138 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.25 |
| HSL | 43.02º | 0.29% | 0.65% | - |
| HSV(B) | 43.02º | 0.28% | 0.75% | - |
| XYZ | 41.6 | 43.96 | 30.34 | - |
| YUV | 176.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 138 | 0 | 0.08 | 0.28 | 0.25 | 43.02 | 0.29 | 0.65 |
| Hex | BF | B0 | 8A | 0 | 8 | 1C | 19 | 2B | 1D | 41 |
| Octal | 277 | 260 | 212 | 0 | 10 | 34 | 31 | 53 | 35 | 101 |
| Binary | 10111111 | 10110000 | 10001010 | 0 | 1000 | 11100 | 11001 | 101011 | 11101 | 1000001 |
Color Harmonies of #BFB08A
Complementary color
Monochromatic Colors of #BFB08A
Black with #BFB08A
Text Example
Text Example
White with #BFB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB08A; }
p { color: rgb(191,176,138); }
H1.HeaderClassName
{
color: #BFB08A;
}
.AnyTagClassName
{
color: #BFB08A;
}
</style>
background-color css
<style>
a { background-color: #BFB08A; }
a { background-color: rgb(191,176,138); }
div.DivClassName
{
background-color: #BFB08A;
}
.BgClassName
{
background-color: #BFB08A;
}
</style>
border-color css
<style>
span { border-color: #BFB08A; }
span { border-color: rgb(191,176,138); }
td.TdClassName
{
border-color: #BFB08A;
}
.TagClassName
{
border-color: #BFB08A;
}
</style>