Shades of Pavlova #B7A38B
Tints of Pavlova #B7A38B
RGB
CMYK
RGB Variations
Color information
#B7A38B (or 0xB7A38B) is known color: Pavlova. HEX triplet: B7, A3 and 8B. RGB value is (183,163,139). Sum of RGB (Red+Green+Blue) = 183+163+139=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A38B is #485C74. Grayscale: #A6A6A6. Windows color (decimal): -4742261 or 9151415. OLE color: 9151415.
HSL color Cylindrical-coordinate representation of color #B7A38B: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A38B is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 139 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.28 |
| HSL | 32.73º | 0.23% | 0.63% | - |
| HSV(B) | 32.73º | 0.24% | 0.72% | - |
| XYZ | 37.29 | 38.13 | 29.82 | - |
| YUV | 166.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 139 | 0 | 0.11 | 0.24 | 0.28 | 32.73 | 0.23 | 0.63 |
| Hex | B7 | A3 | 8B | 0 | B | 18 | 1C | 21 | 17 | 3F |
| Octal | 267 | 243 | 213 | 0 | 13 | 30 | 34 | 41 | 27 | 77 |
| Binary | 10110111 | 10100011 | 10001011 | 0 | 1011 | 11000 | 11100 | 100001 | 10111 | 111111 |
Color Harmonies of #B7A38B
Complementary color
Monochromatic Colors of #B7A38B
Black with #B7A38B
Text Example
Text Example
White with #B7A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A38B; }
p { color: rgb(183,163,139); }
H1.HeaderClassName
{
color: #B7A38B;
}
.AnyTagClassName
{
color: #B7A38B;
}
</style>
background-color css
<style>
a { background-color: #B7A38B; }
a { background-color: rgb(183,163,139); }
div.DivClassName
{
background-color: #B7A38B;
}
.BgClassName
{
background-color: #B7A38B;
}
</style>
border-color css
<style>
span { border-color: #B7A38B; }
span { border-color: rgb(183,163,139); }
td.TdClassName
{
border-color: #B7A38B;
}
.TagClassName
{
border-color: #B7A38B;
}
</style>