#BEAC84

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

Shades of Pavlova #BEAC84

Tints of Pavlova #BEAC84

Color information

#BEAC84 (or 0xBEAC84) is unknown color: approx Pavlova. HEX triplet: BE, AC and 84. RGB value is (190,172,132). Sum of RGB (Red+Green+Blue) = 190+172+132=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC84 is #41537B. Grayscale: #ADADAD. Windows color (decimal): -4281212 or 8694974. OLE color: 8694974.

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

Color convert

RGB190172132-
CMYK00.090.310.25
HSL41.38º30.85%63.14%-
HSV(B)41.38º30.53%74.51%-
XYZ40.1542.1227.84-
YUV172.82104.96140.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=38.46%
G=34.82%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017213200.090.310.2541.3830.8563.14
HexBEAC84091F19291f3f
Octal2762542040113731513777
Binary10111110101011001000010001001111111100110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC84; }

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

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

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

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

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

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

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

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