Shades of Pavlova #B4A38C
Tints of Pavlova #B4A38C
RGB
CMYK
RGB Variations
Color information
#B4A38C (or 0xB4A38C) is known color: Pavlova. HEX triplet: B4, A3 and 8C. RGB value is (180,163,140). Sum of RGB (Red+Green+Blue) = 180+163+140=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A38C is #4B5C73. Grayscale: #A5A5A5. Windows color (decimal): -4938868 or 9216948. OLE color: 9216948.
HSL color Cylindrical-coordinate representation of color #B4A38C: hue angle of 34.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A38C is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 140 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.29 |
| HSL | 34.5º | 0.21% | 0.63% | - |
| HSV(B) | 34.5º | 0.22% | 0.71% | - |
| XYZ | 36.65 | 37.79 | 30.17 | - |
| YUV | 165.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 140 | 0 | 0.09 | 0.22 | 0.29 | 34.5 | 0.21 | 0.63 |
| Hex | B4 | A3 | 8C | 0 | 9 | 16 | 1D | 22 | 15 | 3F |
| Octal | 264 | 243 | 214 | 0 | 11 | 26 | 35 | 42 | 25 | 77 |
| Binary | 10110100 | 10100011 | 10001100 | 0 | 1001 | 10110 | 11101 | 100010 | 10101 | 111111 |
Color Harmonies of #B4A38C
Complementary color
Monochromatic Colors of #B4A38C
Black with #B4A38C
Text Example
Text Example
White with #B4A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A38C; }
p { color: rgb(180,163,140); }
H1.HeaderClassName
{
color: #B4A38C;
}
.AnyTagClassName
{
color: #B4A38C;
}
</style>
background-color css
<style>
a { background-color: #B4A38C; }
a { background-color: rgb(180,163,140); }
div.DivClassName
{
background-color: #B4A38C;
}
.BgClassName
{
background-color: #B4A38C;
}
</style>
border-color css
<style>
span { border-color: #B4A38C; }
span { border-color: rgb(180,163,140); }
td.TdClassName
{
border-color: #B4A38C;
}
.TagClassName
{
border-color: #B4A38C;
}
</style>