Shades of Pavlova #BCAA81
Tints of Pavlova #BCAA81
RGB
CMYK
RGB Variations
Color information
#BCAA81 (or 0xBCAA81) is known color: Pavlova. HEX triplet: BC, AA and 81. RGB value is (188,170,129). Sum of RGB (Red+Green+Blue) = 188+170+129=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA81 is #43557E. Grayscale: #AAAAAA. Windows color (decimal): -4412799 or 8497852. OLE color: 8497852.
HSL color Cylindrical-coordinate representation of color #BCAA81: hue angle of 41.69º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAA81 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 129 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.26 |
| HSL | 41.69º | 0.31% | 0.62% | - |
| HSV(B) | 41.69º | 0.31% | 0.74% | - |
| XYZ | 39.08 | 41.03 | 26.63 | - |
| YUV | 170.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 129 | 0 | 0.10 | 0.31 | 0.26 | 41.69 | 0.31 | 0.62 |
| Hex | BC | AA | 81 | 0 | A | 1F | 1A | 2A | 1F | 3E |
| Octal | 274 | 252 | 201 | 0 | 12 | 37 | 32 | 52 | 37 | 76 |
| Binary | 10111100 | 10101010 | 10000001 | 0 | 1010 | 11111 | 11010 | 101010 | 11111 | 111110 |
Color Harmonies of #BCAA81
Complementary color
Monochromatic Colors of #BCAA81
Black with #BCAA81
Text Example
Text Example
White with #BCAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA81; }
p { color: rgb(188,170,129); }
H1.HeaderClassName
{
color: #BCAA81;
}
.AnyTagClassName
{
color: #BCAA81;
}
</style>
background-color css
<style>
a { background-color: #BCAA81; }
a { background-color: rgb(188,170,129); }
div.DivClassName
{
background-color: #BCAA81;
}
.BgClassName
{
background-color: #BCAA81;
}
</style>
border-color css
<style>
span { border-color: #BCAA81; }
span { border-color: rgb(188,170,129); }
td.TdClassName
{
border-color: #BCAA81;
}
.TagClassName
{
border-color: #BCAA81;
}
</style>