#BEA87E

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

Shades of Pavlova #BEA87E

Tints of Pavlova #BEA87E

Color information

#BEA87E (or 0xBEA87E) is unknown color: approx Pavlova. HEX triplet: BE, A8 and 7E. RGB value is (190,168,126). Sum of RGB (Red+Green+Blue) = 190+168+126=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA87E is #415781. Grayscale: #A9A9A9. Windows color (decimal): -4282242 or 8300734. OLE color: 8300734.

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

Color convert

RGB190168126-
CMYK00.120.340.25
HSL39.38º32.99%61.96%-
HSV(B)39.38º33.68%74.51%-
XYZ3940.4625.49-
YUV169.79103.29142.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=39.26%
G=34.71%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016812600.120.340.2539.3832.9961.96
HexBEA87E0C221927213e
Octal2762501760144231474176
Binary101111101010100011111100110010001011001100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA87E; }

 p { color: rgb(190,168,126); }

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

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

 a { background-color: rgb(190,168,126); }

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

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

 span { border-color: rgb(190,168,126); }

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