Shades of Pavlova #B5A38B
Tints of Pavlova #B5A38B
RGB
CMYK
RGB Variations
Color information
#B5A38B (or 0xB5A38B) is known color: Pavlova. HEX triplet: B5, A3 and 8B. RGB value is (181,163,139). Sum of RGB (Red+Green+Blue) = 181+163+139=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A38B is #4A5C74. Grayscale: #A5A5A5. Windows color (decimal): -4873333 or 9151413. OLE color: 9151413.
HSL color Cylindrical-coordinate representation of color #B5A38B: hue angle of 34.29º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5A38B is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 139 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.29 |
| HSL | 34.29º | 0.22% | 0.63% | - |
| HSV(B) | 34.29º | 0.23% | 0.71% | - |
| XYZ | 36.81 | 37.88 | 29.8 | - |
| YUV | 165.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 139 | 0 | 0.10 | 0.23 | 0.29 | 34.29 | 0.22 | 0.63 |
| Hex | B5 | A3 | 8B | 0 | A | 17 | 1D | 22 | 16 | 3F |
| Octal | 265 | 243 | 213 | 0 | 12 | 27 | 35 | 42 | 26 | 77 |
| Binary | 10110101 | 10100011 | 10001011 | 0 | 1010 | 10111 | 11101 | 100010 | 10110 | 111111 |
Color Harmonies of #B5A38B
Complementary color
Monochromatic Colors of #B5A38B
Black with #B5A38B
Text Example
Text Example
White with #B5A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A38B; }
p { color: rgb(181,163,139); }
H1.HeaderClassName
{
color: #B5A38B;
}
.AnyTagClassName
{
color: #B5A38B;
}
</style>
background-color css
<style>
a { background-color: #B5A38B; }
a { background-color: rgb(181,163,139); }
div.DivClassName
{
background-color: #B5A38B;
}
.BgClassName
{
background-color: #B5A38B;
}
</style>
border-color css
<style>
span { border-color: #B5A38B; }
span { border-color: rgb(181,163,139); }
td.TdClassName
{
border-color: #B5A38B;
}
.TagClassName
{
border-color: #B5A38B;
}
</style>