#BEAC8D

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

Shades of Pavlova #BEAC8D

Tints of Pavlova #BEAC8D

Color information

#BEAC8D (or 0xBEAC8D) is unknown color: approx Pavlova. HEX triplet: BE, AC and 8D. RGB value is (190,172,141). Sum of RGB (Red+Green+Blue) = 190+172+141=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC8D is #415372. Grayscale: #ADADAD. Windows color (decimal): -4281203 or 9284798. OLE color: 9284798.

HSL color Cylindrical-coordinate representation of color #BEAC8D: hue angle of 37.96º degrees, saturation: 0.27, 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 #BEAC8D is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190172141-
CMYK00.090.260.25
HSL37.96º27.37%64.9%-
HSV(B)37.96º25.79%74.51%-
XYZ40.842.3831.23-
YUV173.85109.46139.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=37.77%
G=34.19%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017214100.090.260.2537.9627.3764.9
HexBEAC8D091A19261b41
Octal27625421501132314633101
Binary101111101010110010001101010011101011001100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC8D; }

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

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

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

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

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

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

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

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