#BEA98F

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

Shades of Pavlova #BEA98F

Tints of Pavlova #BEA98F

Color information

#BEA98F (or 0xBEA98F) is unknown color: approx Pavlova. HEX triplet: BE, A9 and 8F. RGB value is (190,169,143). Sum of RGB (Red+Green+Blue) = 190+169+143=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA98F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA98F is #415670. Grayscale: #ACACAC. Windows color (decimal): -4281969 or 9415102. OLE color: 9415102.

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

Color convert

RGB190169143-
CMYK00.110.250.25
HSL33.19º26.55%65.29%-
HSV(B)33.19º24.74%74.51%-
XYZ40.3841.3131.83-
YUV172.31111.46140.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=37.85%
G=33.67%
B=28.49%

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
Decimal19016914300.110.250.2533.1926.5565.29
HexBEA98F0B1919211b41
Octal27625121701331314133101
Binary101111101010100110001111010111100111001100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA98F; }

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

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

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

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

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

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

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

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