#BEAD82

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

Shades of Pavlova #BEAD82

Tints of Pavlova #BEAD82

Color information

#BEAD82 (or 0xBEAD82) is unknown color: approx Pavlova. HEX triplet: BE, AD and 82. RGB value is (190,173,130). Sum of RGB (Red+Green+Blue) = 190+173+130=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD82 is #41527D. Grayscale: #ADADAD. Windows color (decimal): -4280958 or 8564158. OLE color: 8564158.

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

Color convert

RGB190173130-
CMYK00.090.320.25
HSL43º31.58%62.75%-
HSV(B)43º31.58%74.51%-
XYZ40.2142.4527.19-
YUV173.18103.63140-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=38.54%
G=35.09%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017313000.090.320.254331.5862.75
HexBEAD820920192b203f
Octal2762552020114031534077
Binary1011111010101101100000100100110000011001101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD82; }

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

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

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

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

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

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

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

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