Shades of Pavlova #B5A07B
Tints of Pavlova #B5A07B
RGB
CMYK
RGB Variations
Color information
#B5A07B (or 0xB5A07B) is known color: Pavlova. HEX triplet: B5, A0 and 7B. RGB value is (181,160,123). Sum of RGB (Red+Green+Blue) = 181+160+123=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A07B is #4A5F84. Grayscale: #A2A2A2. Windows color (decimal): -4874117 or 8102069. OLE color: 8102069.
HSL color Cylindrical-coordinate representation of color #B5A07B: hue angle of 38.28º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A07B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 123 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.29 |
| HSL | 38.28º | 0.28% | 0.6% | - |
| HSV(B) | 38.28º | 0.32% | 0.71% | - |
| XYZ | 35.2 | 36.4 | 23.91 | - |
| YUV | 162.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 123 | 0 | 0.12 | 0.32 | 0.29 | 38.28 | 0.28 | 0.6 |
| Hex | B5 | A0 | 7B | 0 | C | 20 | 1D | 26 | 1C | 3C |
| Octal | 265 | 240 | 173 | 0 | 14 | 40 | 35 | 46 | 34 | 74 |
| Binary | 10110101 | 10100000 | 1111011 | 0 | 1100 | 100000 | 11101 | 100110 | 11100 | 111100 |
Color Harmonies of #B5A07B
Complementary color
Monochromatic Colors of #B5A07B
Black with #B5A07B
Text Example
Text Example
White with #B5A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A07B; }
p { color: rgb(181,160,123); }
H1.HeaderClassName
{
color: #B5A07B;
}
.AnyTagClassName
{
color: #B5A07B;
}
</style>
background-color css
<style>
a { background-color: #B5A07B; }
a { background-color: rgb(181,160,123); }
div.DivClassName
{
background-color: #B5A07B;
}
.BgClassName
{
background-color: #B5A07B;
}
</style>
border-color css
<style>
span { border-color: #B5A07B; }
span { border-color: rgb(181,160,123); }
td.TdClassName
{
border-color: #B5A07B;
}
.TagClassName
{
border-color: #B5A07B;
}
</style>