#BEA882

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

Shades of Pavlova #BEA882

Tints of Pavlova #BEA882

Color information

#BEA882 (or 0xBEA882) is unknown color: approx Pavlova. HEX triplet: BE, A8 and 82. RGB value is (190,168,130). Sum of RGB (Red+Green+Blue) = 190+168+130=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA882 is #41577D. Grayscale: #AAAAAA. Windows color (decimal): -4282238 or 8562878. OLE color: 8562878.

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

Color convert

RGB190168130-
CMYK00.120.320.25
HSL38º31.58%62.75%-
HSV(B)38º31.58%74.51%-
XYZ39.2740.5626.88-
YUV170.25105.29142.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=38.93%
G=34.43%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016813000.120.320.253831.5862.75
HexBEA8820C201926203f
Octal2762502020144031464077
Binary1011111010101000100000100110010000011001100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA882; }

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

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

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

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

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

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

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

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