#BEA889

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

Shades of Pavlova #BEA889

Tints of Pavlova #BEA889

Color information

#BEA889 (or 0xBEA889) is unknown color: approx Pavlova. HEX triplet: BE, A8 and 89. RGB value is (190,168,137). Sum of RGB (Red+Green+Blue) = 190+168+137=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA889 is #415776. Grayscale: #ABABAB. Windows color (decimal): -4282231 or 9021630. OLE color: 9021630.

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

Color convert

RGB190168137-
CMYK00.120.280.25
HSL35.09º28.96%64.12%-
HSV(B)35.09º27.89%74.51%-
XYZ39.7540.7629.44-
YUV171.04108.79141.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=38.38%
G=33.94%
B=27.68%

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
Decimal19016813700.120.280.2535.0928.9664.12
HexBEA8890C1C19231d40
Octal27625021101434314335100
Binary101111101010100010001001011001110011001100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA889; }

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

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

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

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

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

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

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

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