Shades of Pavlova #BCA57D
Tints of Pavlova #BCA57D
RGB
CMYK
RGB Variations
Color information
#BCA57D (or 0xBCA57D) is known color: Pavlova. HEX triplet: BC, A5 and 7D. RGB value is (188,165,125). Sum of RGB (Red+Green+Blue) = 188+165+125=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA57D is #435A82. Grayscale: #A7A7A7. Windows color (decimal): -4414083 or 8234428. OLE color: 8234428.
HSL color Cylindrical-coordinate representation of color #BCA57D: hue angle of 38.1º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA57D is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 125 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.26 |
| HSL | 38.1º | 0.32% | 0.61% | - |
| HSV(B) | 38.1º | 0.34% | 0.74% | - |
| XYZ | 37.9 | 39.08 | 24.95 | - |
| YUV | 167.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 125 | 0 | 0.12 | 0.34 | 0.26 | 38.1 | 0.32 | 0.61 |
| Hex | BC | A5 | 7D | 0 | C | 22 | 1A | 26 | 20 | 3D |
| Octal | 274 | 245 | 175 | 0 | 14 | 42 | 32 | 46 | 40 | 75 |
| Binary | 10111100 | 10100101 | 1111101 | 0 | 1100 | 100010 | 11010 | 100110 | 100000 | 111101 |
Color Harmonies of #BCA57D
Complementary color
Monochromatic Colors of #BCA57D
Black with #BCA57D
Text Example
Text Example
White with #BCA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA57D; }
p { color: rgb(188,165,125); }
H1.HeaderClassName
{
color: #BCA57D;
}
.AnyTagClassName
{
color: #BCA57D;
}
</style>
background-color css
<style>
a { background-color: #BCA57D; }
a { background-color: rgb(188,165,125); }
div.DivClassName
{
background-color: #BCA57D;
}
.BgClassName
{
background-color: #BCA57D;
}
</style>
border-color css
<style>
span { border-color: #BCA57D; }
span { border-color: rgb(188,165,125); }
td.TdClassName
{
border-color: #BCA57D;
}
.TagClassName
{
border-color: #BCA57D;
}
</style>