#BEAE84

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

Shades of Pavlova #BEAE84

Tints of Pavlova #BEAE84

Color information

#BEAE84 (or 0xBEAE84) is unknown color: approx Pavlova. HEX triplet: BE, AE and 84. RGB value is (190,174,132). Sum of RGB (Red+Green+Blue) = 190+174+132=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE84 is #41517B. Grayscale: #AEAEAE. Windows color (decimal): -4280700 or 8695486. OLE color: 8695486.

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

Color convert

RGB190174132-
CMYK00.080.310.25
HSL43.45º30.85%63.14%-
HSV(B)43.45º30.53%74.51%-
XYZ40.5442.8927.97-
YUV174104.3139.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=38.31%
G=35.08%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017413200.080.310.2543.4530.8563.14
HexBEAE84081F192b1f3f
Octal2762562040103731533777
Binary10111110101011101000010001000111111100110101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE84; }

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

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

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

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

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

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

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

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