Shades of Pavlova #B3A77F
Tints of Pavlova #B3A77F
RGB
CMYK
RGB Variations
Color information
#B3A77F (or 0xB3A77F) is known color: Pavlova. HEX triplet: B3, A7 and 7F. RGB value is (179,167,127). Sum of RGB (Red+Green+Blue) = 179+167+127=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A77F is #4C5880. Grayscale: #A6A6A6. Windows color (decimal): -5003393 or 8366003. OLE color: 8366003.
HSL color Cylindrical-coordinate representation of color #B3A77F: hue angle of 46.15º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3A77F is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 127 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.30 |
| HSL | 46.15º | 0.25% | 0.6% | - |
| HSV(B) | 46.15º | 0.29% | 0.7% | - |
| XYZ | 36.24 | 38.75 | 25.65 | - |
| YUV | 166.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 127 | 0 | 0.07 | 0.29 | 0.30 | 46.15 | 0.25 | 0.6 |
| Hex | B3 | A7 | 7F | 0 | 7 | 1D | 1E | 2E | 19 | 3C |
| Octal | 263 | 247 | 177 | 0 | 7 | 35 | 36 | 56 | 31 | 74 |
| Binary | 10110011 | 10100111 | 1111111 | 0 | 111 | 11101 | 11110 | 101110 | 11001 | 111100 |
Color Harmonies of #B3A77F
Complementary color
Monochromatic Colors of #B3A77F
Black with #B3A77F
Text Example
Text Example
White with #B3A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A77F; }
p { color: rgb(179,167,127); }
H1.HeaderClassName
{
color: #B3A77F;
}
.AnyTagClassName
{
color: #B3A77F;
}
</style>
background-color css
<style>
a { background-color: #B3A77F; }
a { background-color: rgb(179,167,127); }
div.DivClassName
{
background-color: #B3A77F;
}
.BgClassName
{
background-color: #B3A77F;
}
</style>
border-color css
<style>
span { border-color: #B3A77F; }
span { border-color: rgb(179,167,127); }
td.TdClassName
{
border-color: #B3A77F;
}
.TagClassName
{
border-color: #B3A77F;
}
</style>