Shades of Pavlova #BAAB7F
Tints of Pavlova #BAAB7F
RGB
CMYK
RGB Variations
Color information
#BAAB7F (or 0xBAAB7F) is known color: Pavlova. HEX triplet: BA, AB and 7F. RGB value is (186,171,127). Sum of RGB (Red+Green+Blue) = 186+171+127=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB7F is #455480. Grayscale: #AAAAAA. Windows color (decimal): -4543617 or 8367034. OLE color: 8367034.
HSL color Cylindrical-coordinate representation of color #BAAB7F: hue angle of 44.75º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAB7F is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 127 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.27 |
| HSL | 44.75º | 0.3% | 0.61% | - |
| HSV(B) | 44.75º | 0.32% | 0.73% | - |
| XYZ | 38.64 | 41.1 | 25.97 | - |
| YUV | 170.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 127 | 0 | 0.08 | 0.32 | 0.27 | 44.75 | 0.3 | 0.61 |
| Hex | BA | AB | 7F | 0 | 8 | 20 | 1B | 2D | 1E | 3D |
| Octal | 272 | 253 | 177 | 0 | 10 | 40 | 33 | 55 | 36 | 75 |
| Binary | 10111010 | 10101011 | 1111111 | 0 | 1000 | 100000 | 11011 | 101101 | 11110 | 111101 |
Color Harmonies of #BAAB7F
Complementary color
Monochromatic Colors of #BAAB7F
Black with #BAAB7F
Text Example
Text Example
White with #BAAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB7F; }
p { color: rgb(186,171,127); }
H1.HeaderClassName
{
color: #BAAB7F;
}
.AnyTagClassName
{
color: #BAAB7F;
}
</style>
background-color css
<style>
a { background-color: #BAAB7F; }
a { background-color: rgb(186,171,127); }
div.DivClassName
{
background-color: #BAAB7F;
}
.BgClassName
{
background-color: #BAAB7F;
}
</style>
border-color css
<style>
span { border-color: #BAAB7F; }
span { border-color: rgb(186,171,127); }
td.TdClassName
{
border-color: #BAAB7F;
}
.TagClassName
{
border-color: #BAAB7F;
}
</style>