#BEA685

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

Shades of Pavlova #BEA685

Tints of Pavlova #BEA685

Color information

#BEA685 (or 0xBEA685) is unknown color: approx Pavlova. HEX triplet: BE, A6 and 85. RGB value is (190,166,133). Sum of RGB (Red+Green+Blue) = 190+166+133=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA685 is #41597A. Grayscale: #A9A9A9. Windows color (decimal): -4282747 or 8758974. OLE color: 8758974.

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

Color convert

RGB190166133-
CMYK00.130.30.25
HSL34.74º30.48%63.33%-
HSV(B)34.74º30%74.51%-
XYZ39.1139.9127.83-
YUV169.41107.45142.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=38.85%
G=33.95%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016613300.130.30.2534.7430.4863.33
HexBEA6850D1E19231e3f
Octal2762462050153631433677
Binary10111110101001101000010101101111101100110001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA685; }

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

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

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

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

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

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

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

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