#BEAC80

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

Shades of Pavlova #BEAC80

Tints of Pavlova #BEAC80

Color information

#BEAC80 (or 0xBEAC80) is unknown color: approx Pavlova. HEX triplet: BE, AC and 80. RGB value is (190,172,128). Sum of RGB (Red+Green+Blue) = 190+172+128=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC80 is #41537F. Grayscale: #ACACAC. Windows color (decimal): -4281216 or 8432830. OLE color: 8432830.

HSL color Cylindrical-coordinate representation of color #BEAC80: hue angle of 42.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEAC80 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190172128-
CMYK00.090.330.25
HSL42.58º32.29%62.35%-
HSV(B)42.58º32.63%74.51%-
XYZ39.8842.0126.43-
YUV172.37102.96140.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=38.78%
G=35.10%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017212800.090.330.2542.5832.2962.35
HexBEAC800921192b203e
Octal2762542000114131534076
Binary1011111010101100100000000100110000111001101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC80; }

 p { color: rgb(190,172,128); }

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

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

 a { background-color: rgb(190,172,128); }

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

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

 span { border-color: rgb(190,172,128); }

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