Shades of Pavlova #B3A385
Tints of Pavlova #B3A385
RGB
CMYK
RGB Variations
Color information
#B3A385 (or 0xB3A385) is known color: Pavlova. HEX triplet: B3, A3 and 85. RGB value is (179,163,133). Sum of RGB (Red+Green+Blue) = 179+163+133=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A385 is #4C5C7A. Grayscale: #A4A4A4. Windows color (decimal): -5004411 or 8758195. OLE color: 8758195.
HSL color Cylindrical-coordinate representation of color #B3A385: hue angle of 39.13º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3A385 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 133 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.30 |
| HSL | 39.13º | 0.23% | 0.61% | - |
| HSV(B) | 39.13º | 0.26% | 0.7% | - |
| XYZ | 35.92 | 37.47 | 27.53 | - |
| YUV | 164.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 133 | 0 | 0.09 | 0.26 | 0.30 | 39.13 | 0.23 | 0.61 |
| Hex | B3 | A3 | 85 | 0 | 9 | 1A | 1E | 27 | 17 | 3D |
| Octal | 263 | 243 | 205 | 0 | 11 | 32 | 36 | 47 | 27 | 75 |
| Binary | 10110011 | 10100011 | 10000101 | 0 | 1001 | 11010 | 11110 | 100111 | 10111 | 111101 |
Color Harmonies of #B3A385
Complementary color
Monochromatic Colors of #B3A385
Black with #B3A385
Text Example
Text Example
White with #B3A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A385; }
p { color: rgb(179,163,133); }
H1.HeaderClassName
{
color: #B3A385;
}
.AnyTagClassName
{
color: #B3A385;
}
</style>
background-color css
<style>
a { background-color: #B3A385; }
a { background-color: rgb(179,163,133); }
div.DivClassName
{
background-color: #B3A385;
}
.BgClassName
{
background-color: #B3A385;
}
</style>
border-color css
<style>
span { border-color: #B3A385; }
span { border-color: rgb(179,163,133); }
td.TdClassName
{
border-color: #B3A385;
}
.TagClassName
{
border-color: #B3A385;
}
</style>