Shades of Pavlova #B7A377
Tints of Pavlova #B7A377
RGB
CMYK
RGB Variations
Color information
#B7A377 (or 0xB7A377) is known color: Pavlova. HEX triplet: B7, A3 and 77. RGB value is (183,163,119). Sum of RGB (Red+Green+Blue) = 183+163+119=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A377 is #485C88. Grayscale: #A4A4A4. Windows color (decimal): -4742281 or 7840695. OLE color: 7840695.
HSL color Cylindrical-coordinate representation of color #B7A377: hue angle of 41.25º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7A377 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 119 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.28 |
| HSL | 41.25º | 0.31% | 0.59% | - |
| HSV(B) | 41.25º | 0.35% | 0.72% | - |
| XYZ | 35.96 | 37.59 | 22.81 | - |
| YUV | 163.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 119 | 0 | 0.11 | 0.35 | 0.28 | 41.25 | 0.31 | 0.59 |
| Hex | B7 | A3 | 77 | 0 | B | 23 | 1C | 29 | 1F | 3B |
| Octal | 267 | 243 | 167 | 0 | 13 | 43 | 34 | 51 | 37 | 73 |
| Binary | 10110111 | 10100011 | 1110111 | 0 | 1011 | 100011 | 11100 | 101001 | 11111 | 111011 |
Color Harmonies of #B7A377
Complementary color
Monochromatic Colors of #B7A377
Black with #B7A377
Text Example
Text Example
White with #B7A377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A377; }
p { color: rgb(183,163,119); }
H1.HeaderClassName
{
color: #B7A377;
}
.AnyTagClassName
{
color: #B7A377;
}
</style>
background-color css
<style>
a { background-color: #B7A377; }
a { background-color: rgb(183,163,119); }
div.DivClassName
{
background-color: #B7A377;
}
.BgClassName
{
background-color: #B7A377;
}
</style>
border-color css
<style>
span { border-color: #B7A377; }
span { border-color: rgb(183,163,119); }
td.TdClassName
{
border-color: #B7A377;
}
.TagClassName
{
border-color: #B7A377;
}
</style>