Shades of Pavlova #B8A58A
Tints of Pavlova #B8A58A
RGB
CMYK
RGB Variations
Color information
#B8A58A (or 0xB8A58A) is known color: Pavlova. HEX triplet: B8, A5 and 8A. RGB value is (184,165,138). Sum of RGB (Red+Green+Blue) = 184+165+138=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A58A is #475A75. Grayscale: #A7A7A7. Windows color (decimal): -4676214 or 9086392. OLE color: 9086392.
HSL color Cylindrical-coordinate representation of color #B8A58A: hue angle of 35.22º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8A58A is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 138 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.28 |
| HSL | 35.22º | 0.24% | 0.63% | - |
| HSV(B) | 35.22º | 0.25% | 0.72% | - |
| XYZ | 37.81 | 38.94 | 29.57 | - |
| YUV | 167.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 138 | 0 | 0.10 | 0.25 | 0.28 | 35.22 | 0.24 | 0.63 |
| Hex | B8 | A5 | 8A | 0 | A | 19 | 1C | 23 | 18 | 3F |
| Octal | 270 | 245 | 212 | 0 | 12 | 31 | 34 | 43 | 30 | 77 |
| Binary | 10111000 | 10100101 | 10001010 | 0 | 1010 | 11001 | 11100 | 100011 | 11000 | 111111 |
Color Harmonies of #B8A58A
Complementary color
Monochromatic Colors of #B8A58A
Black with #B8A58A
Text Example
Text Example
White with #B8A58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A58A; }
p { color: rgb(184,165,138); }
H1.HeaderClassName
{
color: #B8A58A;
}
.AnyTagClassName
{
color: #B8A58A;
}
</style>
background-color css
<style>
a { background-color: #B8A58A; }
a { background-color: rgb(184,165,138); }
div.DivClassName
{
background-color: #B8A58A;
}
.BgClassName
{
background-color: #B8A58A;
}
</style>
border-color css
<style>
span { border-color: #B8A58A; }
span { border-color: rgb(184,165,138); }
td.TdClassName
{
border-color: #B8A58A;
}
.TagClassName
{
border-color: #B8A58A;
}
</style>