Shades of Pavlova #B5A67A
Tints of Pavlova #B5A67A
RGB
CMYK
RGB Variations
Color information
#B5A67A (or 0xB5A67A) is known color: Pavlova. HEX triplet: B5, A6 and 7A. RGB value is (181,166,122). Sum of RGB (Red+Green+Blue) = 181+166+122=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A67A is #4A5985. Grayscale: #A5A5A5. Windows color (decimal): -4872582 or 8038069. OLE color: 8038069.
HSL color Cylindrical-coordinate representation of color #B5A67A: hue angle of 44.75º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A67A is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 122 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.29 |
| HSL | 44.75º | 0.29% | 0.59% | - |
| HSV(B) | 44.75º | 0.33% | 0.71% | - |
| XYZ | 36.21 | 38.5 | 23.94 | - |
| YUV | 165.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 122 | 0 | 0.08 | 0.33 | 0.29 | 44.75 | 0.29 | 0.59 |
| Hex | B5 | A6 | 7A | 0 | 8 | 21 | 1D | 2D | 1D | 3B |
| Octal | 265 | 246 | 172 | 0 | 10 | 41 | 35 | 55 | 35 | 73 |
| Binary | 10110101 | 10100110 | 1111010 | 0 | 1000 | 100001 | 11101 | 101101 | 11101 | 111011 |
Color Harmonies of #B5A67A
Complementary color
Monochromatic Colors of #B5A67A
Black with #B5A67A
Text Example
Text Example
White with #B5A67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A67A; }
p { color: rgb(181,166,122); }
H1.HeaderClassName
{
color: #B5A67A;
}
.AnyTagClassName
{
color: #B5A67A;
}
</style>
background-color css
<style>
a { background-color: #B5A67A; }
a { background-color: rgb(181,166,122); }
div.DivClassName
{
background-color: #B5A67A;
}
.BgClassName
{
background-color: #B5A67A;
}
</style>
border-color css
<style>
span { border-color: #B5A67A; }
span { border-color: rgb(181,166,122); }
td.TdClassName
{
border-color: #B5A67A;
}
.TagClassName
{
border-color: #B5A67A;
}
</style>