#BEA580

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

Shades of Pavlova #BEA580

Tints of Pavlova #BEA580

Color information

#BEA580 (or 0xBEA580) is unknown color: approx Pavlova. HEX triplet: BE, A5 and 80. RGB value is (190,165,128). Sum of RGB (Red+Green+Blue) = 190+165+128=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA580 is #415A7F. Grayscale: #A8A8A8. Windows color (decimal): -4283008 or 8431038. OLE color: 8431038.

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

Color convert

RGB190165128-
CMYK00.130.330.25
HSL35.81º32.29%62.35%-
HSV(B)35.81º32.63%74.51%-
XYZ38.5939.4226-
YUV168.26105.28143.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=39.34%
G=34.16%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016512800.130.330.2535.8132.2962.35
HexBEA5800D211924203e
Octal2762452000154131444076
Binary1011111010100101100000000110110000111001100100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA580; }

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

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

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

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

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

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

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

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