Shades of Pavlova #BCA88A
Tints of Pavlova #BCA88A
RGB
CMYK
RGB Variations
Color information
#BCA88A (or 0xBCA88A) is known color: Pavlova. HEX triplet: BC, A8 and 8A. RGB value is (188,168,138). Sum of RGB (Red+Green+Blue) = 188+168+138=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA88A is #435775. Grayscale: #AAAAAA. Windows color (decimal): -4413302 or 9087164. OLE color: 9087164.
HSL color Cylindrical-coordinate representation of color #BCA88A: hue angle of 36º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA88A is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 138 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.26 |
| HSL | 36º | 0.27% | 0.64% | - |
| HSV(B) | 36º | 0.27% | 0.74% | - |
| XYZ | 39.33 | 40.53 | 29.8 | - |
| YUV | 170.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 138 | 0 | 0.11 | 0.27 | 0.26 | 36 | 0.27 | 0.64 |
| Hex | BC | A8 | 8A | 0 | B | 1B | 1A | 24 | 1B | 40 |
| Octal | 274 | 250 | 212 | 0 | 13 | 33 | 32 | 44 | 33 | 100 |
| Binary | 10111100 | 10101000 | 10001010 | 0 | 1011 | 11011 | 11010 | 100100 | 11011 | 1000000 |
Color Harmonies of #BCA88A
Complementary color
Monochromatic Colors of #BCA88A
Black with #BCA88A
Text Example
Text Example
White with #BCA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA88A; }
p { color: rgb(188,168,138); }
H1.HeaderClassName
{
color: #BCA88A;
}
.AnyTagClassName
{
color: #BCA88A;
}
</style>
background-color css
<style>
a { background-color: #BCA88A; }
a { background-color: rgb(188,168,138); }
div.DivClassName
{
background-color: #BCA88A;
}
.BgClassName
{
background-color: #BCA88A;
}
</style>
border-color css
<style>
span { border-color: #BCA88A; }
span { border-color: rgb(188,168,138); }
td.TdClassName
{
border-color: #BCA88A;
}
.TagClassName
{
border-color: #BCA88A;
}
</style>