#BEAC81

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

Shades of Pavlova #BEAC81

Tints of Pavlova #BEAC81

Color information

#BEAC81 (or 0xBEAC81) is unknown color: approx Pavlova. HEX triplet: BE, AC and 81. RGB value is (190,172,129). Sum of RGB (Red+Green+Blue) = 190+172+129=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC81 is #41537E. Grayscale: #ACACAC. Windows color (decimal): -4281215 or 8498366. OLE color: 8498366.

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

Color convert

RGB190172129-
CMYK00.090.320.25
HSL42.3º31.94%62.55%-
HSV(B)42.3º32.11%74.51%-
XYZ39.9542.0426.78-
YUV172.48103.46140.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=38.70%
G=35.03%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017212900.090.320.2542.331.9462.55
HexBEAC810920192a203f
Octal2762542010114031524077
Binary1011111010101100100000010100110000011001101010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC81; }

 p { color: rgb(190,172,129); }

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

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

 a { background-color: rgb(190,172,129); }

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

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

 span { border-color: rgb(190,172,129); }

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