#BEA686

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

Shades of Pavlova #BEA686

Tints of Pavlova #BEA686

Color information

#BEA686 (or 0xBEA686) is unknown color: approx Pavlova. HEX triplet: BE, A6 and 86. RGB value is (190,166,134). Sum of RGB (Red+Green+Blue) = 190+166+134=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA686 is #415979. Grayscale: #A9A9A9. Windows color (decimal): -4282746 or 8824510. OLE color: 8824510.

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

Color convert

RGB190166134-
CMYK00.130.290.25
HSL34.29º30.11%63.53%-
HSV(B)34.29º29.47%74.51%-
XYZ39.1739.9428.2-
YUV169.53107.95142.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=38.78%
G=33.88%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016613400.130.290.2534.2930.1163.53
HexBEA6860D1D19221e40
Octal27624620601535314236100
Binary101111101010011010000110011011110111001100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA686; }

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

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

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

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

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

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

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

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