Shades of Pavlova #B7AA7B
Tints of Pavlova #B7AA7B
RGB
CMYK
RGB Variations
Color information
#B7AA7B (or 0xB7AA7B) is known color: Pavlova. HEX triplet: B7, AA and 7B. RGB value is (183,170,123). Sum of RGB (Red+Green+Blue) = 183+170+123=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA7B is #485584. Grayscale: #A8A8A8. Windows color (decimal): -4740485 or 8104631. OLE color: 8104631.
HSL color Cylindrical-coordinate representation of color #B7AA7B: hue angle of 47º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7AA7B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 123 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.28 |
| HSL | 47º | 0.29% | 0.6% | - |
| HSV(B) | 47º | 0.33% | 0.72% | - |
| XYZ | 37.48 | 40.25 | 24.53 | - |
| YUV | 168.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 123 | 0 | 0.07 | 0.33 | 0.28 | 47 | 0.29 | 0.6 |
| Hex | B7 | AA | 7B | 0 | 7 | 21 | 1C | 2F | 1D | 3C |
| Octal | 267 | 252 | 173 | 0 | 7 | 41 | 34 | 57 | 35 | 74 |
| Binary | 10110111 | 10101010 | 1111011 | 0 | 111 | 100001 | 11100 | 101111 | 11101 | 111100 |
Color Harmonies of #B7AA7B
Complementary color
Monochromatic Colors of #B7AA7B
Black with #B7AA7B
Text Example
Text Example
White with #B7AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA7B; }
p { color: rgb(183,170,123); }
H1.HeaderClassName
{
color: #B7AA7B;
}
.AnyTagClassName
{
color: #B7AA7B;
}
</style>
background-color css
<style>
a { background-color: #B7AA7B; }
a { background-color: rgb(183,170,123); }
div.DivClassName
{
background-color: #B7AA7B;
}
.BgClassName
{
background-color: #B7AA7B;
}
</style>
border-color css
<style>
span { border-color: #B7AA7B; }
span { border-color: rgb(183,170,123); }
td.TdClassName
{
border-color: #B7AA7B;
}
.TagClassName
{
border-color: #B7AA7B;
}
</style>