#BAA684

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

Shades of Pavlova #BAA684

Tints of Pavlova #BAA684

Color information

#BAA684 (or 0xBAA684) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 84. RGB value is (186,166,132). Sum of RGB (Red+Green+Blue) = 186+166+132=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA684 is #45597B. Grayscale: #A8A8A8. Windows color (decimal): -4544892 or 8693434. OLE color: 8693434.

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

Color convert

RGB186166132-
CMYK00.110.290.27
HSL37.78º28.13%62.35%-
HSV(B)37.78º29.03%72.94%-
XYZ38.0539.3827.42-
YUV168.1107.63140.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=38.43%
G=34.30%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616613200.110.290.2737.7828.1362.35
HexBAA6840B1D1B261c3e
Octal2722462040133533463476
Binary10111010101001101000010001011111011101110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA684; }

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

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

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

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

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

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

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

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