#BAA984

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

Shades of Pavlova #BAA984

Tints of Pavlova #BAA984

Color information

#BAA984 (or 0xBAA984) is unknown color: approx Pavlova. HEX triplet: BA, A9 and 84. RGB value is (186,169,132). Sum of RGB (Red+Green+Blue) = 186+169+132=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA984 is #45567B. Grayscale: #AAAAAA. Windows color (decimal): -4544124 or 8694202. OLE color: 8694202.

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

Color convert

RGB186169132-
CMYK00.090.290.27
HSL41.11º28.13%62.35%-
HSV(B)41.11º29.03%72.94%-
XYZ38.640.4827.61-
YUV169.86106.63139.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=38.19%
G=34.70%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616913200.090.290.2741.1128.1362.35
HexBAA984091D1B291c3e
Octal2722512040113533513476
Binary10111010101010011000010001001111011101110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA984; }

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

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

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

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

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

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

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

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