#BEA582

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

Shades of Pavlova #BEA582

Tints of Pavlova #BEA582

Color information

#BEA582 (or 0xBEA582) is unknown color: approx Pavlova. HEX triplet: BE, A5 and 82. RGB value is (190,165,130). Sum of RGB (Red+Green+Blue) = 190+165+130=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA582 is #415A7D. Grayscale: #A8A8A8. Windows color (decimal): -4283006 or 8562110. OLE color: 8562110.

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

Color convert

RGB190165130-
CMYK00.130.320.25
HSL35º31.58%62.75%-
HSV(B)35º31.58%74.51%-
XYZ38.7239.4726.7-
YUV168.48106.28143.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=39.18%
G=34.02%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016513000.130.320.253531.5862.75
HexBEA5820D201923203f
Octal2762452020154031434077
Binary1011111010100101100000100110110000011001100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA582; }

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

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

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

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

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

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

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

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