#BEA88C

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

Shades of Pavlova #BEA88C

Tints of Pavlova #BEA88C

Color information

#BEA88C (or 0xBEA88C) is unknown color: approx Pavlova. HEX triplet: BE, A8 and 8C. RGB value is (190,168,140). Sum of RGB (Red+Green+Blue) = 190+168+140=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA88C is #415773. Grayscale: #ABABAB. Windows color (decimal): -4282228 or 9218238. OLE color: 9218238.

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

Color convert

RGB190168140-
CMYK00.120.260.25
HSL33.6º27.78%64.71%-
HSV(B)33.6º26.32%74.51%-
XYZ39.9740.8530.59-
YUV171.39110.29141.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=38.15%
G=33.73%
B=28.11%

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
Decimal19016814000.120.260.2533.627.7864.71
HexBEA88C0C1A19221c41
Octal27625021401432314234101
Binary101111101010100010001100011001101011001100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA88C; }

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

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

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

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

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

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

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

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