Shades of Pavlova #B8A37B
Tints of Pavlova #B8A37B
RGB
CMYK
RGB Variations
Color information
#B8A37B (or 0xB8A37B) is known color: Pavlova. HEX triplet: B8, A3 and 7B. RGB value is (184,163,123). Sum of RGB (Red+Green+Blue) = 184+163+123=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A37B is #475C84. Grayscale: #A4A4A4. Windows color (decimal): -4676741 or 8102840. OLE color: 8102840.
HSL color Cylindrical-coordinate representation of color #B8A37B: hue angle of 39.34º 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 #B8A37B is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 123 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.28 |
| HSL | 39.34º | 0.3% | 0.6% | - |
| HSV(B) | 39.34º | 0.33% | 0.72% | - |
| XYZ | 36.44 | 37.81 | 24.12 | - |
| YUV | 164.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 123 | 0 | 0.11 | 0.33 | 0.28 | 39.34 | 0.3 | 0.6 |
| Hex | B8 | A3 | 7B | 0 | B | 21 | 1C | 27 | 1E | 3C |
| Octal | 270 | 243 | 173 | 0 | 13 | 41 | 34 | 47 | 36 | 74 |
| Binary | 10111000 | 10100011 | 1111011 | 0 | 1011 | 100001 | 11100 | 100111 | 11110 | 111100 |
Color Harmonies of #B8A37B
Complementary color
Monochromatic Colors of #B8A37B
Black with #B8A37B
Text Example
Text Example
White with #B8A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A37B; }
p { color: rgb(184,163,123); }
H1.HeaderClassName
{
color: #B8A37B;
}
.AnyTagClassName
{
color: #B8A37B;
}
</style>
background-color css
<style>
a { background-color: #B8A37B; }
a { background-color: rgb(184,163,123); }
div.DivClassName
{
background-color: #B8A37B;
}
.BgClassName
{
background-color: #B8A37B;
}
</style>
border-color css
<style>
span { border-color: #B8A37B; }
span { border-color: rgb(184,163,123); }
td.TdClassName
{
border-color: #B8A37B;
}
.TagClassName
{
border-color: #B8A37B;
}
</style>