#B4A37E

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

Shades of Pavlova #B4A37E

Tints of Pavlova #B4A37E

Color information

#B4A37E (or 0xB4A37E) is unknown color: approx Pavlova. HEX triplet: B4, A3 and 7E. RGB value is (180,163,126). Sum of RGB (Red+Green+Blue) = 180+163+126=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A37E is #4B5C81. Grayscale: #A4A4A4. Windows color (decimal): -4938882 or 8299444. OLE color: 8299444.

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

Color convert

RGB180163126-
CMYK00.090.30.29
HSL41.11º26.47%60%-
HSV(B)41.11º30%70.59%-
XYZ35.6937.425.08-
YUV163.86106.63139.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=38.38%
G=34.75%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016312600.090.30.2941.1126.4760
HexB4A37E091E1D291a3c
Octal2642431760113635513274
Binary1011010010100011111111001001111101110110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A37E; }

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

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

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

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

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

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

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

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