#BEA57C

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

Shades of Pavlova #BEA57C

Tints of Pavlova #BEA57C

Color information

#BEA57C (or 0xBEA57C) is unknown color: approx Pavlova. HEX triplet: BE, A5 and 7C. RGB value is (190,165,124). Sum of RGB (Red+Green+Blue) = 190+165+124=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA57C is #415A83. Grayscale: #A7A7A7. Windows color (decimal): -4283012 or 8168894. OLE color: 8168894.

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

Color convert

RGB190165124-
CMYK00.130.350.25
HSL37.27º33.67%61.57%-
HSV(B)37.27º34.74%74.51%-
XYZ38.3339.3124.64-
YUV167.8103.28143.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=39.67%
G=34.45%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016512400.130.350.2537.2733.6761.57
HexBEA57C0D231925223e
Octal2762451740154331454276
Binary101111101010010111111000110110001111001100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA57C; }

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

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

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

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

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

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

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

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