#BEA888

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

Shades of Pavlova #BEA888

Tints of Pavlova #BEA888

Color information

#BEA888 (or 0xBEA888) is unknown color: approx Pavlova. HEX triplet: BE, A8 and 88. RGB value is (190,168,136). Sum of RGB (Red+Green+Blue) = 190+168+136=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA888 is #415777. Grayscale: #ABABAB. Windows color (decimal): -4282232 or 8956094. OLE color: 8956094.

HSL color Cylindrical-coordinate representation of color #BEA888: hue angle of 35.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA888 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190168136-
CMYK00.120.280.25
HSL35.56º29.35%63.92%-
HSV(B)35.56º28.42%74.51%-
XYZ39.6840.7329.06-
YUV170.93108.29141.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 168 (66.02% from 255) = 34.01%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=38.46%
G=34.01%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016813600.120.280.2535.5629.3563.92
HexBEA8880C1C19241d40
Octal27625021001434314435100
Binary101111101010100010001000011001110011001100100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA888; }

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

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

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

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

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

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

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

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