#BEA988

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

Shades of Pavlova #BEA988

Tints of Pavlova #BEA988

Color information

#BEA988 (or 0xBEA988) is unknown color: approx Pavlova. HEX triplet: BE, A9 and 88. RGB value is (190,169,136). Sum of RGB (Red+Green+Blue) = 190+169+136=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA988 is #415677. Grayscale: #ABABAB. Windows color (decimal): -4281976 or 8956350. OLE color: 8956350.

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

Color convert

RGB190169136-
CMYK00.110.280.25
HSL36.67º29.35%63.92%-
HSV(B)36.67º28.42%74.51%-
XYZ39.8741.129.12-
YUV171.52107.96141.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=38.38%
G=34.14%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016913600.110.280.2536.6729.3563.92
HexBEA9880B1C19251d40
Octal27625121001334314535100
Binary101111101010100110001000010111110011001100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA988; }

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

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

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

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

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

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

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

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