#BEAE87

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

Shades of Pavlova #BEAE87

Tints of Pavlova #BEAE87

Color information

#BEAE87 (or 0xBEAE87) is unknown color: approx Pavlova. HEX triplet: BE, AE and 87. RGB value is (190,174,135). Sum of RGB (Red+Green+Blue) = 190+174+135=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE87 is #415178. Grayscale: #AEAEAE. Windows color (decimal): -4280697 or 8892094. OLE color: 8892094.

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

Color convert

RGB190174135-
CMYK00.080.290.25
HSL42.55º29.73%63.73%-
HSV(B)42.55º28.95%74.51%-
XYZ40.7442.9729.07-
YUV174.34105.8139.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=38.08%
G=34.87%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017413500.080.290.2542.5529.7363.73
HexBEAE87081D192b1e40
Octal27625620701035315336100
Binary101111101010111010000111010001110111001101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE87; }

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

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

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

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

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

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

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

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