Shades of Pavlova #B1A28C
Tints of Pavlova #B1A28C
RGB
CMYK
RGB Variations
Color information
#B1A28C (or 0xB1A28C) is known color: Pavlova. HEX triplet: B1, A2 and 8C. RGB value is (177,162,140). Sum of RGB (Red+Green+Blue) = 177+162+140=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A28C is #4E5D73. Grayscale: #A4A4A4. Windows color (decimal): -5135732 or 9216689. OLE color: 9216689.
HSL color Cylindrical-coordinate representation of color #B1A28C: hue angle of 35.68º 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 #B1A28C is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 140 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.31 |
| HSL | 35.68º | 0.19% | 0.62% | - |
| HSV(B) | 35.68º | 0.21% | 0.69% | - |
| XYZ | 35.79 | 37.08 | 30.08 | - |
| YUV | 163.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 140 | 0 | 0.08 | 0.21 | 0.31 | 35.68 | 0.19 | 0.62 |
| Hex | B1 | A2 | 8C | 0 | 8 | 15 | 1F | 24 | 13 | 3E |
| Octal | 261 | 242 | 214 | 0 | 10 | 25 | 37 | 44 | 23 | 76 |
| Binary | 10110001 | 10100010 | 10001100 | 0 | 1000 | 10101 | 11111 | 100100 | 10011 | 111110 |
Color Harmonies of #B1A28C
Complementary color
Monochromatic Colors of #B1A28C
Black with #B1A28C
Text Example
Text Example
White with #B1A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A28C; }
p { color: rgb(177,162,140); }
H1.HeaderClassName
{
color: #B1A28C;
}
.AnyTagClassName
{
color: #B1A28C;
}
</style>
background-color css
<style>
a { background-color: #B1A28C; }
a { background-color: rgb(177,162,140); }
div.DivClassName
{
background-color: #B1A28C;
}
.BgClassName
{
background-color: #B1A28C;
}
</style>
border-color css
<style>
span { border-color: #B1A28C; }
span { border-color: rgb(177,162,140); }
td.TdClassName
{
border-color: #B1A28C;
}
.TagClassName
{
border-color: #B1A28C;
}
</style>