Shades of Pavlova #B2A48A
Tints of Pavlova #B2A48A
RGB
CMYK
RGB Variations
Color information
#B2A48A (or 0xB2A48A) is known color: Pavlova. HEX triplet: B2, A4 and 8A. RGB value is (178,164,138). Sum of RGB (Red+Green+Blue) = 178+164+138=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A48A is #4D5B75. Grayscale: #A5A5A5. Windows color (decimal): -5069686 or 9086130. OLE color: 9086130.
HSL color Cylindrical-coordinate representation of color #B2A48A: 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 #B2A48A is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 138 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.30 |
| HSL | 39º | 0.21% | 0.62% | - |
| HSV(B) | 39º | 0.22% | 0.7% | - |
| XYZ | 36.22 | 37.85 | 29.44 | - |
| YUV | 165.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 138 | 0 | 0.08 | 0.22 | 0.30 | 39 | 0.21 | 0.62 |
| Hex | B2 | A4 | 8A | 0 | 8 | 16 | 1E | 27 | 15 | 3E |
| Octal | 262 | 244 | 212 | 0 | 10 | 26 | 36 | 47 | 25 | 76 |
| Binary | 10110010 | 10100100 | 10001010 | 0 | 1000 | 10110 | 11110 | 100111 | 10101 | 111110 |
Color Harmonies of #B2A48A
Complementary color
Monochromatic Colors of #B2A48A
Black with #B2A48A
Text Example
Text Example
White with #B2A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A48A; }
p { color: rgb(178,164,138); }
H1.HeaderClassName
{
color: #B2A48A;
}
.AnyTagClassName
{
color: #B2A48A;
}
</style>
background-color css
<style>
a { background-color: #B2A48A; }
a { background-color: rgb(178,164,138); }
div.DivClassName
{
background-color: #B2A48A;
}
.BgClassName
{
background-color: #B2A48A;
}
</style>
border-color css
<style>
span { border-color: #B2A48A; }
span { border-color: rgb(178,164,138); }
td.TdClassName
{
border-color: #B2A48A;
}
.TagClassName
{
border-color: #B2A48A;
}
</style>