#BEA780

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

Shades of Pavlova #BEA780

Tints of Pavlova #BEA780

Color information

#BEA780 (or 0xBEA780) is unknown color: approx Pavlova. HEX triplet: BE, A7 and 80. RGB value is (190,167,128). Sum of RGB (Red+Green+Blue) = 190+167+128=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA780 is #41587F. Grayscale: #A9A9A9. Windows color (decimal): -4282496 or 8431550. OLE color: 8431550.

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

Color convert

RGB190167128-
CMYK00.120.330.25
HSL37.74º32.29%62.35%-
HSV(B)37.74º32.63%74.51%-
XYZ38.9540.1426.12-
YUV169.43104.62142.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=39.18%
G=34.43%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016712800.120.330.2537.7432.2962.35
HexBEA7800C211926203e
Octal2762472000144131464076
Binary1011111010100111100000000110010000111001100110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA780; }

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

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

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

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

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

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

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

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