Shades of Pavlova #B1A383
Tints of Pavlova #B1A383
RGB
CMYK
RGB Variations
Color information
#B1A383 (or 0xB1A383) is known color: Pavlova. HEX triplet: B1, A3 and 83. RGB value is (177,163,131). Sum of RGB (Red+Green+Blue) = 177+163+131=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A383 is #4E5C7C. Grayscale: #A3A3A3. Windows color (decimal): -5135485 or 8627121. OLE color: 8627121.
HSL color Cylindrical-coordinate representation of color #B1A383: hue angle of 41.74º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1A383 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 131 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.31 |
| HSL | 41.74º | 0.23% | 0.6% | - |
| HSV(B) | 41.74º | 0.26% | 0.69% | - |
| XYZ | 35.33 | 37.18 | 26.79 | - |
| YUV | 163.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 131 | 0 | 0.08 | 0.26 | 0.31 | 41.74 | 0.23 | 0.6 |
| Hex | B1 | A3 | 83 | 0 | 8 | 1A | 1F | 2A | 17 | 3C |
| Octal | 261 | 243 | 203 | 0 | 10 | 32 | 37 | 52 | 27 | 74 |
| Binary | 10110001 | 10100011 | 10000011 | 0 | 1000 | 11010 | 11111 | 101010 | 10111 | 111100 |
Color Harmonies of #B1A383
Complementary color
Monochromatic Colors of #B1A383
Black with #B1A383
Text Example
Text Example
White with #B1A383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A383; }
p { color: rgb(177,163,131); }
H1.HeaderClassName
{
color: #B1A383;
}
.AnyTagClassName
{
color: #B1A383;
}
</style>
background-color css
<style>
a { background-color: #B1A383; }
a { background-color: rgb(177,163,131); }
div.DivClassName
{
background-color: #B1A383;
}
.BgClassName
{
background-color: #B1A383;
}
</style>
border-color css
<style>
span { border-color: #B1A383; }
span { border-color: rgb(177,163,131); }
td.TdClassName
{
border-color: #B1A383;
}
.TagClassName
{
border-color: #B1A383;
}
</style>