#BEA88D

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

Shades of Pavlova #BEA88D

Tints of Pavlova #BEA88D

Color information

#BEA88D (or 0xBEA88D) is unknown color: approx Pavlova. HEX triplet: BE, A8 and 8D. RGB value is (190,168,141). Sum of RGB (Red+Green+Blue) = 190+168+141=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA88D is #415772. Grayscale: #ABABAB. Windows color (decimal): -4282227 or 9283774. OLE color: 9283774.

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

Color convert

RGB190168141-
CMYK00.120.260.25
HSL33.06º27.37%64.9%-
HSV(B)33.06º25.79%74.51%-
XYZ40.0540.8830.98-
YUV171.5110.79141.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=38.08%
G=33.67%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016814100.120.260.2533.0627.3764.9
HexBEA88D0C1A19211b41
Octal27625021501432314133101
Binary101111101010100010001101011001101011001100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA88D; }

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

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

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

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

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

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

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

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