Shades of Pavlova #BBA37D
Tints of Pavlova #BBA37D
RGB
CMYK
RGB Variations
Color information
#BBA37D (or 0xBBA37D) is known color: Pavlova. HEX triplet: BB, A3 and 7D. RGB value is (187,163,125). Sum of RGB (Red+Green+Blue) = 187+163+125=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA37D is #445C82. Grayscale: #A6A6A6. Windows color (decimal): -4480131 or 8233915. OLE color: 8233915.
HSL color Cylindrical-coordinate representation of color #BBA37D: hue angle of 36.77º 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 #BBA37D is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 125 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.27 |
| HSL | 36.77º | 0.31% | 0.61% | - |
| HSV(B) | 36.77º | 0.33% | 0.73% | - |
| XYZ | 37.29 | 38.24 | 24.82 | - |
| YUV | 165.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 125 | 0 | 0.13 | 0.33 | 0.27 | 36.77 | 0.31 | 0.61 |
| Hex | BB | A3 | 7D | 0 | D | 21 | 1B | 25 | 1F | 3D |
| Octal | 273 | 243 | 175 | 0 | 15 | 41 | 33 | 45 | 37 | 75 |
| Binary | 10111011 | 10100011 | 1111101 | 0 | 1101 | 100001 | 11011 | 100101 | 11111 | 111101 |
Color Harmonies of #BBA37D
Complementary color
Monochromatic Colors of #BBA37D
Black with #BBA37D
Text Example
Text Example
White with #BBA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA37D; }
p { color: rgb(187,163,125); }
H1.HeaderClassName
{
color: #BBA37D;
}
.AnyTagClassName
{
color: #BBA37D;
}
</style>
background-color css
<style>
a { background-color: #BBA37D; }
a { background-color: rgb(187,163,125); }
div.DivClassName
{
background-color: #BBA37D;
}
.BgClassName
{
background-color: #BBA37D;
}
</style>
border-color css
<style>
span { border-color: #BBA37D; }
span { border-color: rgb(187,163,125); }
td.TdClassName
{
border-color: #BBA37D;
}
.TagClassName
{
border-color: #BBA37D;
}
</style>