Shades of Pavlova #B0A48A
Tints of Pavlova #B0A48A
RGB
CMYK
RGB Variations
Color information
#B0A48A (or 0xB0A48A) is known color: Pavlova. HEX triplet: B0, A4 and 8A. RGB value is (176,164,138). Sum of RGB (Red+Green+Blue) = 176+164+138=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A48A is #4F5B75. Grayscale: #A4A4A4. Windows color (decimal): -5200758 or 9086128. OLE color: 9086128.
HSL color Cylindrical-coordinate representation of color #B0A48A: hue angle of 41.05º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A48A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 138 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.31 |
| HSL | 41.05º | 0.19% | 0.62% | - |
| HSV(B) | 41.05º | 0.22% | 0.69% | - |
| XYZ | 35.77 | 37.62 | 29.42 | - |
| YUV | 164.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 138 | 0 | 0.07 | 0.22 | 0.31 | 41.05 | 0.19 | 0.62 |
| Hex | B0 | A4 | 8A | 0 | 7 | 16 | 1F | 29 | 13 | 3E |
| Octal | 260 | 244 | 212 | 0 | 7 | 26 | 37 | 51 | 23 | 76 |
| Binary | 10110000 | 10100100 | 10001010 | 0 | 111 | 10110 | 11111 | 101001 | 10011 | 111110 |
Color Harmonies of #B0A48A
Complementary color
Monochromatic Colors of #B0A48A
Black with #B0A48A
Text Example
Text Example
White with #B0A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A48A; }
p { color: rgb(176,164,138); }
H1.HeaderClassName
{
color: #B0A48A;
}
.AnyTagClassName
{
color: #B0A48A;
}
</style>
background-color css
<style>
a { background-color: #B0A48A; }
a { background-color: rgb(176,164,138); }
div.DivClassName
{
background-color: #B0A48A;
}
.BgClassName
{
background-color: #B0A48A;
}
</style>
border-color css
<style>
span { border-color: #B0A48A; }
span { border-color: rgb(176,164,138); }
td.TdClassName
{
border-color: #B0A48A;
}
.TagClassName
{
border-color: #B0A48A;
}
</style>