Shades of Pavlova #B0A48B
Tints of Pavlova #B0A48B
RGB
CMYK
RGB Variations
Color information
#B0A48B (or 0xB0A48B) is known color: Pavlova. HEX triplet: B0, A4 and 8B. RGB value is (176,164,139). Sum of RGB (Red+Green+Blue) = 176+164+139=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A48B is #4F5B74. Grayscale: #A4A4A4. Windows color (decimal): -5200757 or 9151664. OLE color: 9151664.
HSL color Cylindrical-coordinate representation of color #B0A48B: hue angle of 40.54º 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 #B0A48B is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 139 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.31 |
| HSL | 40.54º | 0.19% | 0.62% | - |
| HSV(B) | 40.54º | 0.21% | 0.69% | - |
| XYZ | 35.84 | 37.65 | 29.8 | - |
| YUV | 164.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 139 | 0 | 0.07 | 0.21 | 0.31 | 40.54 | 0.19 | 0.62 |
| Hex | B0 | A4 | 8B | 0 | 7 | 15 | 1F | 29 | 13 | 3E |
| Octal | 260 | 244 | 213 | 0 | 7 | 25 | 37 | 51 | 23 | 76 |
| Binary | 10110000 | 10100100 | 10001011 | 0 | 111 | 10101 | 11111 | 101001 | 10011 | 111110 |
Color Harmonies of #B0A48B
Complementary color
Monochromatic Colors of #B0A48B
Black with #B0A48B
Text Example
Text Example
White with #B0A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A48B; }
p { color: rgb(176,164,139); }
H1.HeaderClassName
{
color: #B0A48B;
}
.AnyTagClassName
{
color: #B0A48B;
}
</style>
background-color css
<style>
a { background-color: #B0A48B; }
a { background-color: rgb(176,164,139); }
div.DivClassName
{
background-color: #B0A48B;
}
.BgClassName
{
background-color: #B0A48B;
}
</style>
border-color css
<style>
span { border-color: #B0A48B; }
span { border-color: rgb(176,164,139); }
td.TdClassName
{
border-color: #B0A48B;
}
.TagClassName
{
border-color: #B0A48B;
}
</style>