Shades of Pavlova #B4A283
Tints of Pavlova #B4A283
RGB
CMYK
RGB Variations
Color information
#B4A283 (or 0xB4A283) is known color: Pavlova. HEX triplet: B4, A2 and 83. RGB value is (180,162,131). Sum of RGB (Red+Green+Blue) = 180+162+131=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A283 is #4B5D7C. Grayscale: #A3A3A3. Windows color (decimal): -4939133 or 8626868. OLE color: 8626868.
HSL color Cylindrical-coordinate representation of color #B4A283: hue angle of 37.96º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4A283 is Cyan = 0, Magento = 0.1, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 131 | - |
| CMYK | 0 | 0.1 | 0.27 | 0.29 |
| HSL | 37.96º | 0.25% | 0.61% | - |
| HSV(B) | 37.96º | 0.27% | 0.71% | - |
| XYZ | 35.84 | 37.18 | 26.76 | - |
| YUV | 163.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 131 | 0 | 0.1 | 0.27 | 0.29 | 37.96 | 0.25 | 0.61 |
| Hex | B4 | A2 | 83 | 0 | A | 1B | 1D | 26 | 19 | 3D |
| Octal | 264 | 242 | 203 | 0 | 12 | 33 | 35 | 46 | 31 | 75 |
| Binary | 10110100 | 10100010 | 10000011 | 0 | 1010 | 11011 | 11101 | 100110 | 11001 | 111101 |
Color Harmonies of #B4A283
Complementary color
Monochromatic Colors of #B4A283
Black with #B4A283
Text Example
Text Example
White with #B4A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A283; }
p { color: rgb(180,162,131); }
H1.HeaderClassName
{
color: #B4A283;
}
.AnyTagClassName
{
color: #B4A283;
}
</style>
background-color css
<style>
a { background-color: #B4A283; }
a { background-color: rgb(180,162,131); }
div.DivClassName
{
background-color: #B4A283;
}
.BgClassName
{
background-color: #B4A283;
}
</style>
border-color css
<style>
span { border-color: #B4A283; }
span { border-color: rgb(180,162,131); }
td.TdClassName
{
border-color: #B4A283;
}
.TagClassName
{
border-color: #B4A283;
}
</style>