#BEAA8C

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

Shades of Pavlova #BEAA8C

Tints of Pavlova #BEAA8C

Color information

#BEAA8C (or 0xBEAA8C) is unknown color: approx Pavlova. HEX triplet: BE, AA and 8C. RGB value is (190,170,140). Sum of RGB (Red+Green+Blue) = 190+170+140=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA8C is #415573. Grayscale: #ACACAC. Windows color (decimal): -4281716 or 9218750. OLE color: 9218750.

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

Color convert

RGB190170140-
CMYK00.110.260.25
HSL36º27.78%64.71%-
HSV(B)36º26.32%74.51%-
XYZ40.3441.5930.71-
YUV172.56109.63140.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 140 (55.08% from 255) = 28%
R=38%
G=34%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017014000.110.260.253627.7864.71
HexBEAA8C0B1A19241c41
Octal27625221401332314434101
Binary101111101010101010001100010111101011001100100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA8C; }

 p { color: rgb(190,170,140); }

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

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

 a { background-color: rgb(190,170,140); }

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

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

 span { border-color: rgb(190,170,140); }

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