#BEA980

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

Shades of Pavlova #BEA980

Tints of Pavlova #BEA980

Color information

#BEA980 (or 0xBEA980) is unknown color: approx Pavlova. HEX triplet: BE, A9 and 80. RGB value is (190,169,128). Sum of RGB (Red+Green+Blue) = 190+169+128=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA980 is #41567F. Grayscale: #AAAAAA. Windows color (decimal): -4281984 or 8432062. OLE color: 8432062.

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

Color convert

RGB190169128-
CMYK00.110.330.25
HSL39.68º32.29%62.35%-
HSV(B)39.68º32.63%74.51%-
XYZ39.3240.8826.24-
YUV170.6103.96141.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=39.01%
G=34.70%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016912800.110.330.2539.6832.2962.35
HexBEA9800B211928203e
Octal2762512000134131504076
Binary1011111010101001100000000101110000111001101000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA980; }

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

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

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

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

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

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

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

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