#B4A47C

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

Shades of Pavlova #B4A47C

Tints of Pavlova #B4A47C

Color information

#B4A47C (or 0xB4A47C) is unknown color: approx Pavlova. HEX triplet: B4, A4 and 7C. RGB value is (180,164,124). Sum of RGB (Red+Green+Blue) = 180+164+124=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A47C is #4B5B83. Grayscale: #A4A4A4. Windows color (decimal): -4938628 or 8168628. OLE color: 8168628.

HSL color Cylindrical-coordinate representation of color #B4A47C: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4A47C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180164124-
CMYK00.090.310.29
HSL42.86º27.18%59.61%-
HSV(B)42.86º31.11%70.59%-
XYZ35.7437.7124.46-
YUV164.22105.3139.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=38.46%
G=35.04%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016412400.090.310.2942.8627.1859.61
HexB4A47C091F1D2b1b3c
Octal2642441740113735533374
Binary1011010010100100111110001001111111110110101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A47C; }

 p { color: rgb(180,164,124); }

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

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

 a { background-color: rgb(180,164,124); }

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

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

 span { border-color: rgb(180,164,124); }

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