Shades of Pavlova #B1A48A
Tints of Pavlova #B1A48A
RGB
CMYK
RGB Variations
Color information
#B1A48A (or 0xB1A48A) is known color: Pavlova. HEX triplet: B1, A4 and 8A. RGB value is (177,164,138). Sum of RGB (Red+Green+Blue) = 177+164+138=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A48A is #4E5B75. Grayscale: #A5A5A5. Windows color (decimal): -5135222 or 9086129. OLE color: 9086129.
HSL color Cylindrical-coordinate representation of color #B1A48A: hue angle of 40º degrees, saturation: 0.2, 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 #B1A48A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 138 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.31 |
| HSL | 40º | 0.2% | 0.62% | - |
| HSV(B) | 40º | 0.22% | 0.69% | - |
| XYZ | 35.99 | 37.73 | 29.43 | - |
| YUV | 164.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 138 | 0 | 0.07 | 0.22 | 0.31 | 40 | 0.2 | 0.62 |
| Hex | B1 | A4 | 8A | 0 | 7 | 16 | 1F | 28 | 14 | 3E |
| Octal | 261 | 244 | 212 | 0 | 7 | 26 | 37 | 50 | 24 | 76 |
| Binary | 10110001 | 10100100 | 10001010 | 0 | 111 | 10110 | 11111 | 101000 | 10100 | 111110 |
Color Harmonies of #B1A48A
Complementary color
Monochromatic Colors of #B1A48A
Black with #B1A48A
Text Example
Text Example
White with #B1A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A48A; }
p { color: rgb(177,164,138); }
H1.HeaderClassName
{
color: #B1A48A;
}
.AnyTagClassName
{
color: #B1A48A;
}
</style>
background-color css
<style>
a { background-color: #B1A48A; }
a { background-color: rgb(177,164,138); }
div.DivClassName
{
background-color: #B1A48A;
}
.BgClassName
{
background-color: #B1A48A;
}
</style>
border-color css
<style>
span { border-color: #B1A48A; }
span { border-color: rgb(177,164,138); }
td.TdClassName
{
border-color: #B1A48A;
}
.TagClassName
{
border-color: #B1A48A;
}
</style>