Shades of Pavlova #BCA67D
Tints of Pavlova #BCA67D
RGB
CMYK
RGB Variations
Color information
#BCA67D (or 0xBCA67D) is known color: Pavlova. HEX triplet: BC, A6 and 7D. RGB value is (188,166,125). Sum of RGB (Red+Green+Blue) = 188+166+125=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA67D is #435982. Grayscale: #A8A8A8. Windows color (decimal): -4413827 or 8234684. OLE color: 8234684.
HSL color Cylindrical-coordinate representation of color #BCA67D: hue angle of 39.05º 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 #BCA67D is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 125 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.26 |
| HSL | 39.05º | 0.32% | 0.61% | - |
| HSV(B) | 39.05º | 0.34% | 0.74% | - |
| XYZ | 38.08 | 39.44 | 25.01 | - |
| YUV | 167.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 125 | 0 | 0.12 | 0.34 | 0.26 | 39.05 | 0.32 | 0.61 |
| Hex | BC | A6 | 7D | 0 | C | 22 | 1A | 27 | 20 | 3D |
| Octal | 274 | 246 | 175 | 0 | 14 | 42 | 32 | 47 | 40 | 75 |
| Binary | 10111100 | 10100110 | 1111101 | 0 | 1100 | 100010 | 11010 | 100111 | 100000 | 111101 |
Color Harmonies of #BCA67D
Complementary color
Monochromatic Colors of #BCA67D
Black with #BCA67D
Text Example
Text Example
White with #BCA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA67D; }
p { color: rgb(188,166,125); }
H1.HeaderClassName
{
color: #BCA67D;
}
.AnyTagClassName
{
color: #BCA67D;
}
</style>
background-color css
<style>
a { background-color: #BCA67D; }
a { background-color: rgb(188,166,125); }
div.DivClassName
{
background-color: #BCA67D;
}
.BgClassName
{
background-color: #BCA67D;
}
</style>
border-color css
<style>
span { border-color: #BCA67D; }
span { border-color: rgb(188,166,125); }
td.TdClassName
{
border-color: #BCA67D;
}
.TagClassName
{
border-color: #BCA67D;
}
</style>