Shades of Pavlova #BCA77B
Tints of Pavlova #BCA77B
RGB
CMYK
RGB Variations
Color information
#BCA77B (or 0xBCA77B) is known color: Pavlova. HEX triplet: BC, A7 and 7B. RGB value is (188,167,123). Sum of RGB (Red+Green+Blue) = 188+167+123=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA77B is #435884. Grayscale: #A8A8A8. Windows color (decimal): -4413573 or 8103868. OLE color: 8103868.
HSL color Cylindrical-coordinate representation of color #BCA77B: hue angle of 40.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCA77B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 123 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.26 |
| HSL | 40.62º | 0.33% | 0.61% | - |
| HSV(B) | 40.62º | 0.35% | 0.74% | - |
| XYZ | 38.13 | 39.76 | 24.4 | - |
| YUV | 168.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 123 | 0 | 0.11 | 0.35 | 0.26 | 40.62 | 0.33 | 0.61 |
| Hex | BC | A7 | 7B | 0 | B | 23 | 1A | 29 | 21 | 3D |
| Octal | 274 | 247 | 173 | 0 | 13 | 43 | 32 | 51 | 41 | 75 |
| Binary | 10111100 | 10100111 | 1111011 | 0 | 1011 | 100011 | 11010 | 101001 | 100001 | 111101 |
Color Harmonies of #BCA77B
Complementary color
Monochromatic Colors of #BCA77B
Black with #BCA77B
Text Example
Text Example
White with #BCA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA77B; }
p { color: rgb(188,167,123); }
H1.HeaderClassName
{
color: #BCA77B;
}
.AnyTagClassName
{
color: #BCA77B;
}
</style>
background-color css
<style>
a { background-color: #BCA77B; }
a { background-color: rgb(188,167,123); }
div.DivClassName
{
background-color: #BCA77B;
}
.BgClassName
{
background-color: #BCA77B;
}
</style>
border-color css
<style>
span { border-color: #BCA77B; }
span { border-color: rgb(188,167,123); }
td.TdClassName
{
border-color: #BCA77B;
}
.TagClassName
{
border-color: #BCA77B;
}
</style>