Shades of Pavlova #BCAA84
Tints of Pavlova #BCAA84
RGB
CMYK
RGB Variations
Color information
#BCAA84 (or 0xBCAA84) is known color: Pavlova. HEX triplet: BC, AA and 84. RGB value is (188,170,132). Sum of RGB (Red+Green+Blue) = 188+170+132=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA84 is #43557B. Grayscale: #ABABAB. Windows color (decimal): -4412796 or 8694460. OLE color: 8694460.
HSL color Cylindrical-coordinate representation of color #BCAA84: hue angle of 40.71º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAA84 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 132 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.26 |
| HSL | 40.71º | 0.29% | 0.63% | - |
| HSV(B) | 40.71º | 0.3% | 0.74% | - |
| XYZ | 39.28 | 41.11 | 27.69 | - |
| YUV | 171.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 132 | 0 | 0.10 | 0.30 | 0.26 | 40.71 | 0.29 | 0.63 |
| Hex | BC | AA | 84 | 0 | A | 1E | 1A | 29 | 1D | 3F |
| Octal | 274 | 252 | 204 | 0 | 12 | 36 | 32 | 51 | 35 | 77 |
| Binary | 10111100 | 10101010 | 10000100 | 0 | 1010 | 11110 | 11010 | 101001 | 11101 | 111111 |
Color Harmonies of #BCAA84
Complementary color
Monochromatic Colors of #BCAA84
Black with #BCAA84
Text Example
Text Example
White with #BCAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA84; }
p { color: rgb(188,170,132); }
H1.HeaderClassName
{
color: #BCAA84;
}
.AnyTagClassName
{
color: #BCAA84;
}
</style>
background-color css
<style>
a { background-color: #BCAA84; }
a { background-color: rgb(188,170,132); }
div.DivClassName
{
background-color: #BCAA84;
}
.BgClassName
{
background-color: #BCAA84;
}
</style>
border-color css
<style>
span { border-color: #BCAA84; }
span { border-color: rgb(188,170,132); }
td.TdClassName
{
border-color: #BCAA84;
}
.TagClassName
{
border-color: #BCAA84;
}
</style>