#BAA484

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

Shades of Pavlova #BAA484

Tints of Pavlova #BAA484

Color information

#BAA484 (or 0xBAA484) is unknown color: approx Pavlova. HEX triplet: BA, A4 and 84. RGB value is (186,164,132). Sum of RGB (Red+Green+Blue) = 186+164+132=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA484 is #455B7B. Grayscale: #A7A7A7. Windows color (decimal): -4545404 or 8692922. OLE color: 8692922.

HSL color Cylindrical-coordinate representation of color #BAA484: hue angle of 35.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA484 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB186164132-
CMYK00.120.290.27
HSL35.56º28.13%62.35%-
HSV(B)35.56º29.03%72.94%-
XYZ37.6938.6627.3-
YUV166.93108.29141.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=38.59%
G=34.02%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616413200.120.290.2735.5628.1362.35
HexBAA4840C1D1B241c3e
Octal2722442040143533443476
Binary10111010101001001000010001100111011101110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA484; }

 p { color: rgb(186,164,132); }

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

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

 a { background-color: rgb(186,164,132); }

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

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

 span { border-color: rgb(186,164,132); }

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