#B4A18C

Color #B4A18C Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #B4A18C

Tints of Pavlova #B4A18C

Color information

#B4A18C (or 0xB4A18C) is unknown color: approx Pavlova. HEX triplet: B4, A1 and 8C. RGB value is (180,161,140). Sum of RGB (Red+Green+Blue) = 180+161+140=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A18C is #4B5E73. Grayscale: #A4A4A4. Windows color (decimal): -4939380 or 9216436. OLE color: 9216436.

HSL color Cylindrical-coordinate representation of color #B4A18C: hue angle of 31.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 #B4A18C is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180161140-
CMYK00.110.220.29
HSL31.5º21.05%62.75%-
HSV(B)31.5º22.22%70.59%-
XYZ36.337.0930.06-
YUV164.29114.29139.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=37.42%
G=33.47%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016114000.110.220.2931.521.0562.75
HexB4A18C0B161D20153f
Octal2642412140132635402577
Binary10110100101000011000110001011101101110110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A18C; }

 p { color: rgb(180,161,140); }

 H1.HeaderClassName
 {
   color: #B4A18C;
 }
 .AnyTagClassName
 {
   color: #B4A18C;
 }
</style>
background-color css

<style>
 a { background-color: #B4A18C; }

 a { background-color: rgb(180,161,140); }

 div.DivClassName
 {
   background-color: #B4A18C;
 }
 .BgClassName
 {
   background-color: #B4A18C;
 }
</style>
border-color css

<style>
 span { border-color: #B4A18C; }

 span { border-color: rgb(180,161,140); }

 td.TdClassName
 {
   border-color: #B4A18C;
 }
 .TagClassName
 {
   border-color: #B4A18C;
 }
</style>