Shades of Pavlova #BCA27B
Tints of Pavlova #BCA27B
RGB
CMYK
RGB Variations
Color information
#BCA27B (or 0xBCA27B) is known color: Pavlova. HEX triplet: BC, A2 and 7B. RGB value is (188,162,123). Sum of RGB (Red+Green+Blue) = 188+162+123=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA27B is #435D84. Grayscale: #A5A5A5. Windows color (decimal): -4414853 or 8102588. OLE color: 8102588.
HSL color Cylindrical-coordinate representation of color #BCA27B: hue angle of 36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCA27B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 123 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.26 |
| HSL | 36º | 0.33% | 0.61% | - |
| HSV(B) | 36º | 0.35% | 0.74% | - |
| XYZ | 37.23 | 37.96 | 24.1 | - |
| YUV | 165.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 123 | 0 | 0.14 | 0.35 | 0.26 | 36 | 0.33 | 0.61 |
| Hex | BC | A2 | 7B | 0 | E | 23 | 1A | 24 | 21 | 3D |
| Octal | 274 | 242 | 173 | 0 | 16 | 43 | 32 | 44 | 41 | 75 |
| Binary | 10111100 | 10100010 | 1111011 | 0 | 1110 | 100011 | 11010 | 100100 | 100001 | 111101 |
Color Harmonies of #BCA27B
Complementary color
Monochromatic Colors of #BCA27B
Black with #BCA27B
Text Example
Text Example
White with #BCA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA27B; }
p { color: rgb(188,162,123); }
H1.HeaderClassName
{
color: #BCA27B;
}
.AnyTagClassName
{
color: #BCA27B;
}
</style>
background-color css
<style>
a { background-color: #BCA27B; }
a { background-color: rgb(188,162,123); }
div.DivClassName
{
background-color: #BCA27B;
}
.BgClassName
{
background-color: #BCA27B;
}
</style>
border-color css
<style>
span { border-color: #BCA27B; }
span { border-color: rgb(188,162,123); }
td.TdClassName
{
border-color: #BCA27B;
}
.TagClassName
{
border-color: #BCA27B;
}
</style>