#BEAD84

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

Shades of Pavlova #BEAD84

Tints of Pavlova #BEAD84

Color information

#BEAD84 (or 0xBEAD84) is unknown color: approx Pavlova. HEX triplet: BE, AD and 84. RGB value is (190,173,132). Sum of RGB (Red+Green+Blue) = 190+173+132=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD84 is #41527B. Grayscale: #ADADAD. Windows color (decimal): -4280956 or 8695230. OLE color: 8695230.

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

Color convert

RGB190173132-
CMYK00.090.310.25
HSL42.41º30.85%63.14%-
HSV(B)42.41º30.53%74.51%-
XYZ40.3442.527.91-
YUV173.41104.63139.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=38.38%
G=34.95%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017313200.090.310.2542.4130.8563.14
HexBEAD84091F192a1f3f
Octal2762552040113731523777
Binary10111110101011011000010001001111111100110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD84; }

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

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

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

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

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

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

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

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