Shades of Pavlova #B0A38A
Tints of Pavlova #B0A38A
RGB
CMYK
RGB Variations
Color information
#B0A38A (or 0xB0A38A) is known color: Pavlova. HEX triplet: B0, A3 and 8A. RGB value is (176,163,138). Sum of RGB (Red+Green+Blue) = 176+163+138=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A38A is #4F5C75. Grayscale: #A4A4A4. Windows color (decimal): -5201014 or 9085872. OLE color: 9085872.
HSL color Cylindrical-coordinate representation of color #B0A38A: hue angle of 39.47º 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 #B0A38A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 138 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.31 |
| HSL | 39.47º | 0.19% | 0.62% | - |
| HSV(B) | 39.47º | 0.22% | 0.69% | - |
| XYZ | 35.59 | 37.26 | 29.36 | - |
| YUV | 164.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 138 | 0 | 0.07 | 0.22 | 0.31 | 39.47 | 0.19 | 0.62 |
| Hex | B0 | A3 | 8A | 0 | 7 | 16 | 1F | 27 | 13 | 3E |
| Octal | 260 | 243 | 212 | 0 | 7 | 26 | 37 | 47 | 23 | 76 |
| Binary | 10110000 | 10100011 | 10001010 | 0 | 111 | 10110 | 11111 | 100111 | 10011 | 111110 |
Color Harmonies of #B0A38A
Complementary color
Monochromatic Colors of #B0A38A
Black with #B0A38A
Text Example
Text Example
White with #B0A38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A38A; }
p { color: rgb(176,163,138); }
H1.HeaderClassName
{
color: #B0A38A;
}
.AnyTagClassName
{
color: #B0A38A;
}
</style>
background-color css
<style>
a { background-color: #B0A38A; }
a { background-color: rgb(176,163,138); }
div.DivClassName
{
background-color: #B0A38A;
}
.BgClassName
{
background-color: #B0A38A;
}
</style>
border-color css
<style>
span { border-color: #B0A38A; }
span { border-color: rgb(176,163,138); }
td.TdClassName
{
border-color: #B0A38A;
}
.TagClassName
{
border-color: #B0A38A;
}
</style>