Shades of Pavlova #BCA37D
Tints of Pavlova #BCA37D
RGB
CMYK
RGB Variations
Color information
#BCA37D (or 0xBCA37D) is known color: Pavlova. HEX triplet: BC, A3 and 7D. RGB value is (188,163,125). Sum of RGB (Red+Green+Blue) = 188+163+125=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA37D is #435C82. Grayscale: #A6A6A6. Windows color (decimal): -4414595 or 8233916. OLE color: 8233916.
HSL color Cylindrical-coordinate representation of color #BCA37D: hue angle of 36.19º 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 #BCA37D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 125 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.26 |
| HSL | 36.19º | 0.32% | 0.61% | - |
| HSV(B) | 36.19º | 0.34% | 0.74% | - |
| XYZ | 37.54 | 38.37 | 24.83 | - |
| YUV | 166.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 125 | 0 | 0.13 | 0.34 | 0.26 | 36.19 | 0.32 | 0.61 |
| Hex | BC | A3 | 7D | 0 | D | 22 | 1A | 24 | 20 | 3D |
| Octal | 274 | 243 | 175 | 0 | 15 | 42 | 32 | 44 | 40 | 75 |
| Binary | 10111100 | 10100011 | 1111101 | 0 | 1101 | 100010 | 11010 | 100100 | 100000 | 111101 |
Color Harmonies of #BCA37D
Complementary color
Monochromatic Colors of #BCA37D
Black with #BCA37D
Text Example
Text Example
White with #BCA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA37D; }
p { color: rgb(188,163,125); }
H1.HeaderClassName
{
color: #BCA37D;
}
.AnyTagClassName
{
color: #BCA37D;
}
</style>
background-color css
<style>
a { background-color: #BCA37D; }
a { background-color: rgb(188,163,125); }
div.DivClassName
{
background-color: #BCA37D;
}
.BgClassName
{
background-color: #BCA37D;
}
</style>
border-color css
<style>
span { border-color: #BCA37D; }
span { border-color: rgb(188,163,125); }
td.TdClassName
{
border-color: #BCA37D;
}
.TagClassName
{
border-color: #BCA37D;
}
</style>