Shades of Pavlova #BCAC81
Tints of Pavlova #BCAC81
RGB
CMYK
RGB Variations
Color information
#BCAC81 (or 0xBCAC81) is known color: Pavlova. HEX triplet: BC, AC and 81. RGB value is (188,172,129). Sum of RGB (Red+Green+Blue) = 188+172+129=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC81 is #43537E. Grayscale: #ACACAC. Windows color (decimal): -4412287 or 8498364. OLE color: 8498364.
HSL color Cylindrical-coordinate representation of color #BCAC81: hue angle of 43.73º 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 #BCAC81 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 129 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.26 |
| HSL | 43.73º | 0.31% | 0.62% | - |
| HSV(B) | 43.73º | 0.31% | 0.74% | - |
| XYZ | 39.45 | 41.78 | 26.75 | - |
| YUV | 171.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 129 | 0 | 0.09 | 0.31 | 0.26 | 43.73 | 0.31 | 0.62 |
| Hex | BC | AC | 81 | 0 | 9 | 1F | 1A | 2C | 1F | 3E |
| Octal | 274 | 254 | 201 | 0 | 11 | 37 | 32 | 54 | 37 | 76 |
| Binary | 10111100 | 10101100 | 10000001 | 0 | 1001 | 11111 | 11010 | 101100 | 11111 | 111110 |
Color Harmonies of #BCAC81
Complementary color
Monochromatic Colors of #BCAC81
Black with #BCAC81
Text Example
Text Example
White with #BCAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC81; }
p { color: rgb(188,172,129); }
H1.HeaderClassName
{
color: #BCAC81;
}
.AnyTagClassName
{
color: #BCAC81;
}
</style>
background-color css
<style>
a { background-color: #BCAC81; }
a { background-color: rgb(188,172,129); }
div.DivClassName
{
background-color: #BCAC81;
}
.BgClassName
{
background-color: #BCAC81;
}
</style>
border-color css
<style>
span { border-color: #BCAC81; }
span { border-color: rgb(188,172,129); }
td.TdClassName
{
border-color: #BCAC81;
}
.TagClassName
{
border-color: #BCAC81;
}
</style>