Shades of Pavlova #B3A38B
Tints of Pavlova #B3A38B
RGB
CMYK
RGB Variations
Color information
#B3A38B (or 0xB3A38B) is known color: Pavlova. HEX triplet: B3, A3 and 8B. RGB value is (179,163,139). Sum of RGB (Red+Green+Blue) = 179+163+139=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A38B is #4C5C74. Grayscale: #A5A5A5. Windows color (decimal): -5004405 or 9151411. OLE color: 9151411.
HSL color Cylindrical-coordinate representation of color #B3A38B: hue angle of 36º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3A38B is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 139 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.30 |
| HSL | 36º | 0.21% | 0.62% | - |
| HSV(B) | 36º | 0.22% | 0.7% | - |
| XYZ | 36.35 | 37.64 | 29.78 | - |
| YUV | 165.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 139 | 0 | 0.09 | 0.22 | 0.30 | 36 | 0.21 | 0.62 |
| Hex | B3 | A3 | 8B | 0 | 9 | 16 | 1E | 24 | 15 | 3E |
| Octal | 263 | 243 | 213 | 0 | 11 | 26 | 36 | 44 | 25 | 76 |
| Binary | 10110011 | 10100011 | 10001011 | 0 | 1001 | 10110 | 11110 | 100100 | 10101 | 111110 |
Color Harmonies of #B3A38B
Complementary color
Monochromatic Colors of #B3A38B
Black with #B3A38B
Text Example
Text Example
White with #B3A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A38B; }
p { color: rgb(179,163,139); }
H1.HeaderClassName
{
color: #B3A38B;
}
.AnyTagClassName
{
color: #B3A38B;
}
</style>
background-color css
<style>
a { background-color: #B3A38B; }
a { background-color: rgb(179,163,139); }
div.DivClassName
{
background-color: #B3A38B;
}
.BgClassName
{
background-color: #B3A38B;
}
</style>
border-color css
<style>
span { border-color: #B3A38B; }
span { border-color: rgb(179,163,139); }
td.TdClassName
{
border-color: #B3A38B;
}
.TagClassName
{
border-color: #B3A38B;
}
</style>