Shades of Pavlova #B8AA7B
Tints of Pavlova #B8AA7B
RGB
CMYK
RGB Variations
Color information
#B8AA7B (or 0xB8AA7B) is known color: Pavlova. HEX triplet: B8, AA and 7B. RGB value is (184,170,123). Sum of RGB (Red+Green+Blue) = 184+170+123=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA7B is #475584. Grayscale: #A9A9A9. Windows color (decimal): -4674949 or 8104632. OLE color: 8104632.
HSL color Cylindrical-coordinate representation of color #B8AA7B: hue angle of 46.23º degrees, saturation: 0.3, 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 #B8AA7B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 123 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.28 |
| HSL | 46.23º | 0.3% | 0.6% | - |
| HSV(B) | 46.23º | 0.33% | 0.72% | - |
| XYZ | 37.72 | 40.37 | 24.54 | - |
| YUV | 168.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 123 | 0 | 0.08 | 0.33 | 0.28 | 46.23 | 0.3 | 0.6 |
| Hex | B8 | AA | 7B | 0 | 8 | 21 | 1C | 2E | 1E | 3C |
| Octal | 270 | 252 | 173 | 0 | 10 | 41 | 34 | 56 | 36 | 74 |
| Binary | 10111000 | 10101010 | 1111011 | 0 | 1000 | 100001 | 11100 | 101110 | 11110 | 111100 |
Color Harmonies of #B8AA7B
Complementary color
Monochromatic Colors of #B8AA7B
Black with #B8AA7B
Text Example
Text Example
White with #B8AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA7B; }
p { color: rgb(184,170,123); }
H1.HeaderClassName
{
color: #B8AA7B;
}
.AnyTagClassName
{
color: #B8AA7B;
}
</style>
background-color css
<style>
a { background-color: #B8AA7B; }
a { background-color: rgb(184,170,123); }
div.DivClassName
{
background-color: #B8AA7B;
}
.BgClassName
{
background-color: #B8AA7B;
}
</style>
border-color css
<style>
span { border-color: #B8AA7B; }
span { border-color: rgb(184,170,123); }
td.TdClassName
{
border-color: #B8AA7B;
}
.TagClassName
{
border-color: #B8AA7B;
}
</style>