Shades of Pavlova #BAAB7D
Tints of Pavlova #BAAB7D
RGB
CMYK
RGB Variations
Color information
#BAAB7D (or 0xBAAB7D) is known color: Pavlova. HEX triplet: BA, AB and 7D. RGB value is (186,171,125). Sum of RGB (Red+Green+Blue) = 186+171+125=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB7D is #455482. Grayscale: #AAAAAA. Windows color (decimal): -4543619 or 8235962. OLE color: 8235962.
HSL color Cylindrical-coordinate representation of color #BAAB7D: hue angle of 45.25º 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 #BAAB7D is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 125 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.27 |
| HSL | 45.25º | 0.31% | 0.61% | - |
| HSV(B) | 45.25º | 0.33% | 0.73% | - |
| XYZ | 38.51 | 41.05 | 25.29 | - |
| YUV | 170.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 125 | 0 | 0.08 | 0.33 | 0.27 | 45.25 | 0.31 | 0.61 |
| Hex | BA | AB | 7D | 0 | 8 | 21 | 1B | 2D | 1F | 3D |
| Octal | 272 | 253 | 175 | 0 | 10 | 41 | 33 | 55 | 37 | 75 |
| Binary | 10111010 | 10101011 | 1111101 | 0 | 1000 | 100001 | 11011 | 101101 | 11111 | 111101 |
Color Harmonies of #BAAB7D
Complementary color
Monochromatic Colors of #BAAB7D
Black with #BAAB7D
Text Example
Text Example
White with #BAAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB7D; }
p { color: rgb(186,171,125); }
H1.HeaderClassName
{
color: #BAAB7D;
}
.AnyTagClassName
{
color: #BAAB7D;
}
</style>
background-color css
<style>
a { background-color: #BAAB7D; }
a { background-color: rgb(186,171,125); }
div.DivClassName
{
background-color: #BAAB7D;
}
.BgClassName
{
background-color: #BAAB7D;
}
</style>
border-color css
<style>
span { border-color: #BAAB7D; }
span { border-color: rgb(186,171,125); }
td.TdClassName
{
border-color: #BAAB7D;
}
.TagClassName
{
border-color: #BAAB7D;
}
</style>