Shades of Pavlova #B3A283
Tints of Pavlova #B3A283
RGB
CMYK
RGB Variations
Color information
#B3A283 (or 0xB3A283) is known color: Pavlova. HEX triplet: B3, A2 and 83. RGB value is (179,162,131). Sum of RGB (Red+Green+Blue) = 179+162+131=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A283 is #4C5D7C. Grayscale: #A3A3A3. Windows color (decimal): -5004669 or 8626867. OLE color: 8626867.
HSL color Cylindrical-coordinate representation of color #B3A283: hue angle of 38.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3A283 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 131 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.30 |
| HSL | 38.75º | 0.24% | 0.61% | - |
| HSV(B) | 38.75º | 0.27% | 0.7% | - |
| XYZ | 35.61 | 37.06 | 26.75 | - |
| YUV | 163.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 131 | 0 | 0.09 | 0.27 | 0.30 | 38.75 | 0.24 | 0.61 |
| Hex | B3 | A2 | 83 | 0 | 9 | 1B | 1E | 27 | 18 | 3D |
| Octal | 263 | 242 | 203 | 0 | 11 | 33 | 36 | 47 | 30 | 75 |
| Binary | 10110011 | 10100010 | 10000011 | 0 | 1001 | 11011 | 11110 | 100111 | 11000 | 111101 |
Color Harmonies of #B3A283
Complementary color
Monochromatic Colors of #B3A283
Black with #B3A283
Text Example
Text Example
White with #B3A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A283; }
p { color: rgb(179,162,131); }
H1.HeaderClassName
{
color: #B3A283;
}
.AnyTagClassName
{
color: #B3A283;
}
</style>
background-color css
<style>
a { background-color: #B3A283; }
a { background-color: rgb(179,162,131); }
div.DivClassName
{
background-color: #B3A283;
}
.BgClassName
{
background-color: #B3A283;
}
</style>
border-color css
<style>
span { border-color: #B3A283; }
span { border-color: rgb(179,162,131); }
td.TdClassName
{
border-color: #B3A283;
}
.TagClassName
{
border-color: #B3A283;
}
</style>