#BEA98D

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

Shades of Pavlova #BEA98D

Tints of Pavlova #BEA98D

Color information

#BEA98D (or 0xBEA98D) is unknown color: approx Pavlova. HEX triplet: BE, A9 and 8D. RGB value is (190,169,141). Sum of RGB (Red+Green+Blue) = 190+169+141=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA98D is #415672. Grayscale: #ACACAC. Windows color (decimal): -4281971 or 9284030. OLE color: 9284030.

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

Color convert

RGB190169141-
CMYK00.110.260.25
HSL34.29º27.37%64.9%-
HSV(B)34.29º25.79%74.51%-
XYZ40.2341.2531.04-
YUV172.09110.46140.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=38%
G=33.8%
B=28.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016914100.110.260.2534.2927.3764.9
HexBEA98D0B1A19221b41
Octal27625121501332314233101
Binary101111101010100110001101010111101011001100010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA98D; }

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

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

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

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

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

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

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

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