#BEAA7E

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

Shades of Pavlova #BEAA7E

Tints of Pavlova #BEAA7E

Color information

#BEAA7E (or 0xBEAA7E) is unknown color: approx Pavlova. HEX triplet: BE, AA and 7E. RGB value is (190,170,126). Sum of RGB (Red+Green+Blue) = 190+170+126=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA7E is #415581. Grayscale: #ABABAB. Windows color (decimal): -4281730 or 8301246. OLE color: 8301246.

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

Color convert

RGB190170126-
CMYK00.110.340.25
HSL41.25º32.99%61.96%-
HSV(B)41.25º33.68%74.51%-
XYZ39.3841.225.62-
YUV170.96102.63141.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 126 (49.61% from 255) = 25.93%
R=39.09%
G=34.98%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017012600.110.340.2541.2532.9961.96
HexBEAA7E0B221929213e
Octal2762521760134231514176
Binary101111101010101011111100101110001011001101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA7E; }

 p { color: rgb(190,170,126); }

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

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

 a { background-color: rgb(190,170,126); }

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

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

 span { border-color: rgb(190,170,126); }

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