Shades of Pavlova #B2A683
Tints of Pavlova #B2A683
RGB
CMYK
RGB Variations
Color information
#B2A683 (or 0xB2A683) is known color: Pavlova. HEX triplet: B2, A6 and 83. RGB value is (178,166,131). Sum of RGB (Red+Green+Blue) = 178+166+131=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A683 is #4D597C. Grayscale: #A5A5A5. Windows color (decimal): -5069181 or 8627890. OLE color: 8627890.
HSL color Cylindrical-coordinate representation of color #B2A683: hue angle of 44.68º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2A683 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 131 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.30 |
| HSL | 44.68º | 0.23% | 0.61% | - |
| HSV(B) | 44.68º | 0.26% | 0.7% | - |
| XYZ | 36.09 | 38.38 | 26.98 | - |
| YUV | 165.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 131 | 0 | 0.07 | 0.26 | 0.30 | 44.68 | 0.23 | 0.61 |
| Hex | B2 | A6 | 83 | 0 | 7 | 1A | 1E | 2D | 17 | 3D |
| Octal | 262 | 246 | 203 | 0 | 7 | 32 | 36 | 55 | 27 | 75 |
| Binary | 10110010 | 10100110 | 10000011 | 0 | 111 | 11010 | 11110 | 101101 | 10111 | 111101 |
Color Harmonies of #B2A683
Complementary color
Monochromatic Colors of #B2A683
Black with #B2A683
Text Example
Text Example
White with #B2A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A683; }
p { color: rgb(178,166,131); }
H1.HeaderClassName
{
color: #B2A683;
}
.AnyTagClassName
{
color: #B2A683;
}
</style>
background-color css
<style>
a { background-color: #B2A683; }
a { background-color: rgb(178,166,131); }
div.DivClassName
{
background-color: #B2A683;
}
.BgClassName
{
background-color: #B2A683;
}
</style>
border-color css
<style>
span { border-color: #B2A683; }
span { border-color: rgb(178,166,131); }
td.TdClassName
{
border-color: #B2A683;
}
.TagClassName
{
border-color: #B2A683;
}
</style>