#BEAC8F

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

Shades of Pavlova #BEAC8F

Tints of Pavlova #BEAC8F

Color information

#BEAC8F (or 0xBEAC8F) is unknown color: approx Pavlova. HEX triplet: BE, AC and 8F. RGB value is (190,172,143). Sum of RGB (Red+Green+Blue) = 190+172+143=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC8F is #415370. Grayscale: #AEAEAE. Windows color (decimal): -4281201 or 9415870. OLE color: 9415870.

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

Color convert

RGB190172143-
CMYK00.090.250.25
HSL37.02º26.55%65.29%-
HSV(B)37.02º24.74%74.51%-
XYZ40.9542.4432.02-
YUV174.08110.46139.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 143 (56.25% from 255) = 28.32%
R=37.62%
G=34.06%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017214300.090.250.2537.0226.5565.29
HexBEAC8F091919251b41
Octal27625421701131314533101
Binary101111101010110010001111010011100111001100101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC8F; }

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

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

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

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

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

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

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

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