#BEA98E

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

Shades of Pavlova #BEA98E

Tints of Pavlova #BEA98E

Color information

#BEA98E (or 0xBEA98E) is unknown color: approx Pavlova. HEX triplet: BE, A9 and 8E. RGB value is (190,169,142). Sum of RGB (Red+Green+Blue) = 190+169+142=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA98E is #415671. Grayscale: #ACACAC. Windows color (decimal): -4281970 or 9349566. OLE color: 9349566.

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

Color convert

RGB190169142-
CMYK00.110.250.25
HSL33.75º26.97%65.1%-
HSV(B)33.75º25.26%74.51%-
XYZ40.3141.2831.43-
YUV172.2110.96140.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=37.92%
G=33.73%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016914200.110.250.2533.7526.9765.1
HexBEA98E0B1919221b41
Octal27625121601331314233101
Binary101111101010100110001110010111100111001100010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA98E; }

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

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

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

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

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

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

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

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