Shades of Pavlova #B3A58B
Tints of Pavlova #B3A58B
RGB
CMYK
RGB Variations
Color information
#B3A58B (or 0xB3A58B) is known color: Pavlova. HEX triplet: B3, A5 and 8B. RGB value is (179,165,139). Sum of RGB (Red+Green+Blue) = 179+165+139=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A58B is #4C5A74. Grayscale: #A6A6A6. Windows color (decimal): -5003893 or 9151923. OLE color: 9151923.
HSL color Cylindrical-coordinate representation of color #B3A58B: hue angle of 39º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3A58B is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 139 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.30 |
| HSL | 39º | 0.21% | 0.62% | - |
| HSV(B) | 39º | 0.22% | 0.7% | - |
| XYZ | 36.71 | 38.36 | 29.9 | - |
| YUV | 166.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 139 | 0 | 0.08 | 0.22 | 0.30 | 39 | 0.21 | 0.62 |
| Hex | B3 | A5 | 8B | 0 | 8 | 16 | 1E | 27 | 15 | 3E |
| Octal | 263 | 245 | 213 | 0 | 10 | 26 | 36 | 47 | 25 | 76 |
| Binary | 10110011 | 10100101 | 10001011 | 0 | 1000 | 10110 | 11110 | 100111 | 10101 | 111110 |
Color Harmonies of #B3A58B
Complementary color
Monochromatic Colors of #B3A58B
Black with #B3A58B
Text Example
Text Example
White with #B3A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A58B; }
p { color: rgb(179,165,139); }
H1.HeaderClassName
{
color: #B3A58B;
}
.AnyTagClassName
{
color: #B3A58B;
}
</style>
background-color css
<style>
a { background-color: #B3A58B; }
a { background-color: rgb(179,165,139); }
div.DivClassName
{
background-color: #B3A58B;
}
.BgClassName
{
background-color: #B3A58B;
}
</style>
border-color css
<style>
span { border-color: #B3A58B; }
span { border-color: rgb(179,165,139); }
td.TdClassName
{
border-color: #B3A58B;
}
.TagClassName
{
border-color: #B3A58B;
}
</style>