Shades of Pavlova #B0A58B
Tints of Pavlova #B0A58B
RGB
CMYK
RGB Variations
Color information
#B0A58B (or 0xB0A58B) is known color: Pavlova. HEX triplet: B0, A5 and 8B. RGB value is (176,165,139). Sum of RGB (Red+Green+Blue) = 176+165+139=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A58B is #4F5A74. Grayscale: #A5A5A5. Windows color (decimal): -5200501 or 9151920. OLE color: 9151920.
HSL color Cylindrical-coordinate representation of color #B0A58B: hue angle of 42.16º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0A58B is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 139 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.31 |
| HSL | 42.16º | 0.19% | 0.62% | - |
| HSV(B) | 42.16º | 0.21% | 0.69% | - |
| XYZ | 36.02 | 38 | 29.86 | - |
| YUV | 165.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 139 | 0 | 0.06 | 0.21 | 0.31 | 42.16 | 0.19 | 0.62 |
| Hex | B0 | A5 | 8B | 0 | 6 | 15 | 1F | 2A | 13 | 3E |
| Octal | 260 | 245 | 213 | 0 | 6 | 25 | 37 | 52 | 23 | 76 |
| Binary | 10110000 | 10100101 | 10001011 | 0 | 110 | 10101 | 11111 | 101010 | 10011 | 111110 |
Color Harmonies of #B0A58B
Complementary color
Monochromatic Colors of #B0A58B
Black with #B0A58B
Text Example
Text Example
White with #B0A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A58B; }
p { color: rgb(176,165,139); }
H1.HeaderClassName
{
color: #B0A58B;
}
.AnyTagClassName
{
color: #B0A58B;
}
</style>
background-color css
<style>
a { background-color: #B0A58B; }
a { background-color: rgb(176,165,139); }
div.DivClassName
{
background-color: #B0A58B;
}
.BgClassName
{
background-color: #B0A58B;
}
</style>
border-color css
<style>
span { border-color: #B0A58B; }
span { border-color: rgb(176,165,139); }
td.TdClassName
{
border-color: #B0A58B;
}
.TagClassName
{
border-color: #B0A58B;
}
</style>