#BEA779

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

Shades of Pavlova #BEA779

Tints of Pavlova #BEA779

Color information

#BEA779 (or 0xBEA779) is unknown color: approx Pavlova. HEX triplet: BE, A7 and 79. RGB value is (190,167,121). Sum of RGB (Red+Green+Blue) = 190+167+121=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA779 is #415886. Grayscale: #A8A8A8. Windows color (decimal): -4282503 or 7972798. OLE color: 7972798.

HSL color Cylindrical-coordinate representation of color #BEA779: hue angle of 40º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA779 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB190167121-
CMYK00.120.360.25
HSL40º34.67%60.98%-
HSV(B)40º36.32%74.51%-
XYZ38.5139.9723.77-
YUV168.63101.12143.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=39.75%
G=34.94%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016712100.120.360.254034.6760.98
HexBEA7790C241928233d
Octal2762471710144431504375
Binary101111101010011111110010110010010011001101000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA779; }

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

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

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

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

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

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

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

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