#BEAE8E

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

Shades of Pavlova #BEAE8E

Tints of Pavlova #BEAE8E

Color information

#BEAE8E (or 0xBEAE8E) is unknown color: approx Pavlova. HEX triplet: BE, AE and 8E. RGB value is (190,174,142). Sum of RGB (Red+Green+Blue) = 190+174+142=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE8E is #415171. Grayscale: #AFAFAF. Windows color (decimal): -4280690 or 9350846. OLE color: 9350846.

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

Color convert

RGB190174142-
CMYK00.080.250.25
HSL40º26.97%65.1%-
HSV(B)40º25.26%74.51%-
XYZ41.2543.1731.75-
YUV175.14109.3138.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=37.55%
G=34.39%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017414200.080.250.254026.9765.1
HexBEAE8E081919281b41
Octal27625621601031315033101
Binary101111101010111010001110010001100111001101000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE8E; }

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

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

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

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

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

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

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

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