Shades of Pavlova #BBA67D
Tints of Pavlova #BBA67D
RGB
CMYK
RGB Variations
Color information
#BBA67D (or 0xBBA67D) is known color: Pavlova. HEX triplet: BB, A6 and 7D. RGB value is (187,166,125). Sum of RGB (Red+Green+Blue) = 187+166+125=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA67D is #445982. Grayscale: #A7A7A7. Windows color (decimal): -4479363 or 8234683. OLE color: 8234683.
HSL color Cylindrical-coordinate representation of color #BBA67D: hue angle of 39.68º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA67D is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 125 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.27 |
| HSL | 39.68º | 0.31% | 0.61% | - |
| HSV(B) | 39.68º | 0.33% | 0.73% | - |
| XYZ | 37.83 | 39.32 | 25 | - |
| YUV | 167.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 125 | 0 | 0.11 | 0.33 | 0.27 | 39.68 | 0.31 | 0.61 |
| Hex | BB | A6 | 7D | 0 | B | 21 | 1B | 28 | 1F | 3D |
| Octal | 273 | 246 | 175 | 0 | 13 | 41 | 33 | 50 | 37 | 75 |
| Binary | 10111011 | 10100110 | 1111101 | 0 | 1011 | 100001 | 11011 | 101000 | 11111 | 111101 |
Color Harmonies of #BBA67D
Complementary color
Monochromatic Colors of #BBA67D
Black with #BBA67D
Text Example
Text Example
White with #BBA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA67D; }
p { color: rgb(187,166,125); }
H1.HeaderClassName
{
color: #BBA67D;
}
.AnyTagClassName
{
color: #BBA67D;
}
</style>
background-color css
<style>
a { background-color: #BBA67D; }
a { background-color: rgb(187,166,125); }
div.DivClassName
{
background-color: #BBA67D;
}
.BgClassName
{
background-color: #BBA67D;
}
</style>
border-color css
<style>
span { border-color: #BBA67D; }
span { border-color: rgb(187,166,125); }
td.TdClassName
{
border-color: #BBA67D;
}
.TagClassName
{
border-color: #BBA67D;
}
</style>