#B4A37C

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

Shades of Pavlova #B4A37C

Tints of Pavlova #B4A37C

Color information

#B4A37C (or 0xB4A37C) is unknown color: approx Pavlova. HEX triplet: B4, A3 and 7C. RGB value is (180,163,124). Sum of RGB (Red+Green+Blue) = 180+163+124=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A37C is #4B5C83. Grayscale: #A3A3A3. Windows color (decimal): -4938884 or 8168372. OLE color: 8168372.

HSL color Cylindrical-coordinate representation of color #B4A37C: hue angle of 41.79º 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 #B4A37C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180163124-
CMYK00.090.310.29
HSL41.79º27.18%59.61%-
HSV(B)41.79º31.11%70.59%-
XYZ35.5637.3524.4-
YUV163.64105.63139.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=38.54%
G=34.90%
B=26.55%

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
Decimal18016312400.090.310.2941.7927.1859.61
HexB4A37C091F1D2a1b3c
Octal2642431740113735523374
Binary1011010010100011111110001001111111110110101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A37C; }

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

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

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

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

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

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

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

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