Shades of Pavlova #B6A58B
Tints of Pavlova #B6A58B
RGB
CMYK
RGB Variations
Color information
#B6A58B (or 0xB6A58B) is known color: Pavlova. HEX triplet: B6, A5 and 8B. RGB value is (182,165,139). Sum of RGB (Red+Green+Blue) = 182+165+139=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A58B is #495A74. Grayscale: #A7A7A7. Windows color (decimal): -4807285 or 9151926. OLE color: 9151926.
HSL color Cylindrical-coordinate representation of color #B6A58B: hue angle of 36.28º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A58B is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 165 | 139 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.29 |
| HSL | 36.28º | 0.23% | 0.63% | - |
| HSV(B) | 36.28º | 0.24% | 0.71% | - |
| XYZ | 37.41 | 38.72 | 29.93 | - |
| YUV | 167.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 165 | 139 | 0 | 0.09 | 0.24 | 0.29 | 36.28 | 0.23 | 0.63 |
| Hex | B6 | A5 | 8B | 0 | 9 | 18 | 1D | 24 | 17 | 3F |
| Octal | 266 | 245 | 213 | 0 | 11 | 30 | 35 | 44 | 27 | 77 |
| Binary | 10110110 | 10100101 | 10001011 | 0 | 1001 | 11000 | 11101 | 100100 | 10111 | 111111 |
Color Harmonies of #B6A58B
Complementary color
Monochromatic Colors of #B6A58B
Black with #B6A58B
Text Example
Text Example
White with #B6A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A58B; }
p { color: rgb(182,165,139); }
H1.HeaderClassName
{
color: #B6A58B;
}
.AnyTagClassName
{
color: #B6A58B;
}
</style>
background-color css
<style>
a { background-color: #B6A58B; }
a { background-color: rgb(182,165,139); }
div.DivClassName
{
background-color: #B6A58B;
}
.BgClassName
{
background-color: #B6A58B;
}
</style>
border-color css
<style>
span { border-color: #B6A58B; }
span { border-color: rgb(182,165,139); }
td.TdClassName
{
border-color: #B6A58B;
}
.TagClassName
{
border-color: #B6A58B;
}
</style>