#BEAD88

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

Shades of Pavlova #BEAD88

Tints of Pavlova #BEAD88

Color information

#BEAD88 (or 0xBEAD88) is unknown color: approx Pavlova. HEX triplet: BE, AD and 88. RGB value is (190,173,136). Sum of RGB (Red+Green+Blue) = 190+173+136=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD88 is #415277. Grayscale: #AEAEAE. Windows color (decimal): -4280952 or 8957374. OLE color: 8957374.

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

Color convert

RGB190173136-
CMYK00.090.280.25
HSL41.11º29.35%63.92%-
HSV(B)41.11º28.42%74.51%-
XYZ40.6242.6129.38-
YUV173.86106.63139.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=38.08%
G=34.67%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017313600.090.280.2541.1129.3563.92
HexBEAD88091C19291d40
Octal27625521001134315135100
Binary101111101010110110001000010011110011001101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD88; }

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

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

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

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

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

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

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

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