#BEA986

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

Shades of Pavlova #BEA986

Tints of Pavlova #BEA986

Color information

#BEA986 (or 0xBEA986) is unknown color: approx Pavlova. HEX triplet: BE, A9 and 86. RGB value is (190,169,134). Sum of RGB (Red+Green+Blue) = 190+169+134=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA986 is #415679. Grayscale: #ABABAB. Windows color (decimal): -4281978 or 8825278. OLE color: 8825278.

HSL color Cylindrical-coordinate representation of color #BEA986: hue angle of 37.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEA986 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB190169134-
CMYK00.110.290.25
HSL37.5º30.11%63.53%-
HSV(B)37.5º29.47%74.51%-
XYZ39.7341.0428.38-
YUV171.29106.96141.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=38.54%
G=34.28%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016913400.110.290.2537.530.1163.53
HexBEA9860B1D19261e40
Octal27625120601335314636100
Binary101111101010100110000110010111110111001100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA986; }

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

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

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

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

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

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

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

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