Shades of Pavlova #B3A17F
Tints of Pavlova #B3A17F
RGB
CMYK
RGB Variations
Color information
#B3A17F (or 0xB3A17F) is known color: Pavlova. HEX triplet: B3, A1 and 7F. RGB value is (179,161,127). Sum of RGB (Red+Green+Blue) = 179+161+127=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A17F is #4C5E80. Grayscale: #A2A2A2. Windows color (decimal): -5004929 or 8364467. OLE color: 8364467.
HSL color Cylindrical-coordinate representation of color #B3A17F: hue angle of 39.23º 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 #B3A17F is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 127 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.30 |
| HSL | 39.23º | 0.25% | 0.6% | - |
| HSV(B) | 39.23º | 0.29% | 0.7% | - |
| XYZ | 35.17 | 36.61 | 25.29 | - |
| YUV | 162.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 127 | 0 | 0.10 | 0.29 | 0.30 | 39.23 | 0.25 | 0.6 |
| Hex | B3 | A1 | 7F | 0 | A | 1D | 1E | 27 | 19 | 3C |
| Octal | 263 | 241 | 177 | 0 | 12 | 35 | 36 | 47 | 31 | 74 |
| Binary | 10110011 | 10100001 | 1111111 | 0 | 1010 | 11101 | 11110 | 100111 | 11001 | 111100 |
Color Harmonies of #B3A17F
Complementary color
Monochromatic Colors of #B3A17F
Black with #B3A17F
Text Example
Text Example
White with #B3A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A17F; }
p { color: rgb(179,161,127); }
H1.HeaderClassName
{
color: #B3A17F;
}
.AnyTagClassName
{
color: #B3A17F;
}
</style>
background-color css
<style>
a { background-color: #B3A17F; }
a { background-color: rgb(179,161,127); }
div.DivClassName
{
background-color: #B3A17F;
}
.BgClassName
{
background-color: #B3A17F;
}
</style>
border-color css
<style>
span { border-color: #B3A17F; }
span { border-color: rgb(179,161,127); }
td.TdClassName
{
border-color: #B3A17F;
}
.TagClassName
{
border-color: #B3A17F;
}
</style>