#BAA685

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

Shades of Pavlova #BAA685

Tints of Pavlova #BAA685

Color information

#BAA685 (or 0xBAA685) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 85. RGB value is (186,166,133). Sum of RGB (Red+Green+Blue) = 186+166+133=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA685 is #45597A. Grayscale: #A8A8A8. Windows color (decimal): -4544891 or 8758970. OLE color: 8758970.

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

Color convert

RGB186166133-
CMYK00.110.280.27
HSL37.36º27.75%62.55%-
HSV(B)37.36º28.49%72.94%-
XYZ38.1239.427.79-
YUV168.22108.13140.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=38.35%
G=34.23%
B=27.42%

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
Decimal18616613300.110.280.2737.3627.7562.55
HexBAA6850B1C1B251c3f
Octal2722462050133433453477
Binary10111010101001101000010101011111001101110010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA685; }

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

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

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

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

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

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

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

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