#BEA87C

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

Shades of Pavlova #BEA87C

Tints of Pavlova #BEA87C

Color information

#BEA87C (or 0xBEA87C) is unknown color: approx Pavlova. HEX triplet: BE, A8 and 7C. RGB value is (190,168,124). Sum of RGB (Red+Green+Blue) = 190+168+124=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA87C is #415783. Grayscale: #A9A9A9. Windows color (decimal): -4282244 or 8169662. OLE color: 8169662.

HSL color Cylindrical-coordinate representation of color #BEA87C: hue angle of 40º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA87C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB190168124-
CMYK00.120.350.25
HSL40º33.67%61.57%-
HSV(B)40º34.74%74.51%-
XYZ38.8840.4124.82-
YUV169.56102.29142.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=39.42%
G=34.85%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016812400.120.350.254033.6761.57
HexBEA87C0C231928223e
Octal2762501740144331504276
Binary101111101010100011111000110010001111001101000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA87C; }

 p { color: rgb(190,168,124); }

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

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

 a { background-color: rgb(190,168,124); }

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

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

 span { border-color: rgb(190,168,124); }

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