Shades of Pavlova #BCAC87
Tints of Pavlova #BCAC87
RGB
CMYK
RGB Variations
Color information
#BCAC87 (or 0xBCAC87) is known color: Pavlova. HEX triplet: BC, AC and 87. RGB value is (188,172,135). Sum of RGB (Red+Green+Blue) = 188+172+135=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC87 is #435378. Grayscale: #ACACAC. Windows color (decimal): -4412281 or 8891580. OLE color: 8891580.
HSL color Cylindrical-coordinate representation of color #BCAC87: hue angle of 41.89º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCAC87 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 135 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.26 |
| HSL | 41.89º | 0.28% | 0.63% | - |
| HSV(B) | 41.89º | 0.28% | 0.74% | - |
| XYZ | 39.86 | 41.95 | 28.92 | - |
| YUV | 172.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 135 | 0 | 0.09 | 0.28 | 0.26 | 41.89 | 0.28 | 0.63 |
| Hex | BC | AC | 87 | 0 | 9 | 1C | 1A | 2A | 1C | 3F |
| Octal | 274 | 254 | 207 | 0 | 11 | 34 | 32 | 52 | 34 | 77 |
| Binary | 10111100 | 10101100 | 10000111 | 0 | 1001 | 11100 | 11010 | 101010 | 11100 | 111111 |
Color Harmonies of #BCAC87
Complementary color
Monochromatic Colors of #BCAC87
Black with #BCAC87
Text Example
Text Example
White with #BCAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC87; }
p { color: rgb(188,172,135); }
H1.HeaderClassName
{
color: #BCAC87;
}
.AnyTagClassName
{
color: #BCAC87;
}
</style>
background-color css
<style>
a { background-color: #BCAC87; }
a { background-color: rgb(188,172,135); }
div.DivClassName
{
background-color: #BCAC87;
}
.BgClassName
{
background-color: #BCAC87;
}
</style>
border-color css
<style>
span { border-color: #BCAC87; }
span { border-color: rgb(188,172,135); }
td.TdClassName
{
border-color: #BCAC87;
}
.TagClassName
{
border-color: #BCAC87;
}
</style>