Shades of Pavlova #BCA57B
Tints of Pavlova #BCA57B
RGB
CMYK
RGB Variations
Color information
#BCA57B (or 0xBCA57B) is known color: Pavlova. HEX triplet: BC, A5 and 7B. RGB value is (188,165,123). Sum of RGB (Red+Green+Blue) = 188+165+123=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA57B is #435A84. Grayscale: #A7A7A7. Windows color (decimal): -4414085 or 8103356. OLE color: 8103356.
HSL color Cylindrical-coordinate representation of color #BCA57B: hue angle of 38.77º 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 #BCA57B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 123 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.26 |
| HSL | 38.77º | 0.33% | 0.61% | - |
| HSV(B) | 38.77º | 0.35% | 0.74% | - |
| XYZ | 37.77 | 39.03 | 24.28 | - |
| YUV | 167.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 123 | 0 | 0.12 | 0.35 | 0.26 | 38.77 | 0.33 | 0.61 |
| Hex | BC | A5 | 7B | 0 | C | 23 | 1A | 27 | 21 | 3D |
| Octal | 274 | 245 | 173 | 0 | 14 | 43 | 32 | 47 | 41 | 75 |
| Binary | 10111100 | 10100101 | 1111011 | 0 | 1100 | 100011 | 11010 | 100111 | 100001 | 111101 |
Color Harmonies of #BCA57B
Complementary color
Monochromatic Colors of #BCA57B
Black with #BCA57B
Text Example
Text Example
White with #BCA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA57B; }
p { color: rgb(188,165,123); }
H1.HeaderClassName
{
color: #BCA57B;
}
.AnyTagClassName
{
color: #BCA57B;
}
</style>
background-color css
<style>
a { background-color: #BCA57B; }
a { background-color: rgb(188,165,123); }
div.DivClassName
{
background-color: #BCA57B;
}
.BgClassName
{
background-color: #BCA57B;
}
</style>
border-color css
<style>
span { border-color: #BCA57B; }
span { border-color: rgb(188,165,123); }
td.TdClassName
{
border-color: #BCA57B;
}
.TagClassName
{
border-color: #BCA57B;
}
</style>