#BAA686

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

Shades of Pavlova #BAA686

Tints of Pavlova #BAA686

Color information

#BAA686 (or 0xBAA686) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 86. RGB value is (186,166,134). Sum of RGB (Red+Green+Blue) = 186+166+134=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA686 is #455979. Grayscale: #A8A8A8. Windows color (decimal): -4544890 or 8824506. OLE color: 8824506.

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

Color convert

RGB186166134-
CMYK00.110.280.27
HSL36.92º27.37%62.75%-
HSV(B)36.92º27.96%72.94%-
XYZ38.1939.4328.15-
YUV168.33108.63140.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=38.27%
G=34.16%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616613400.110.280.2736.9227.3762.75
HexBAA6860B1C1B251b3f
Octal2722462060133433453377
Binary10111010101001101000011001011111001101110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA686; }

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

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

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

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

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

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

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

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