#BEA97E

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

Shades of Pavlova #BEA97E

Tints of Pavlova #BEA97E

Color information

#BEA97E (or 0xBEA97E) is unknown color: approx Pavlova. HEX triplet: BE, A9 and 7E. RGB value is (190,169,126). Sum of RGB (Red+Green+Blue) = 190+169+126=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA97E is #415681. Grayscale: #AAAAAA. Windows color (decimal): -4281986 or 8300990. OLE color: 8300990.

HSL color Cylindrical-coordinate representation of color #BEA97E: hue angle of 40.31º 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 #BEA97E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190169126-
CMYK00.110.340.25
HSL40.31º32.99%61.96%-
HSV(B)40.31º33.68%74.51%-
XYZ39.1940.8325.55-
YUV170.38102.96142-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=39.18%
G=34.85%
B=25.98%

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
Decimal19016912600.110.340.2540.3132.9961.96
HexBEA97E0B221928213e
Octal2762511760134231504176
Binary101111101010100111111100101110001011001101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA97E; }

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

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

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

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

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

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

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

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