#BAA386

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

Shades of Pavlova #BAA386

Tints of Pavlova #BAA386

Color information

#BAA386 (or 0xBAA386) is unknown color: approx Pavlova. HEX triplet: BA, A3 and 86. RGB value is (186,163,134). Sum of RGB (Red+Green+Blue) = 186+163+134=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA386 is #455C79. Grayscale: #A6A6A6. Windows color (decimal): -4545658 or 8823738. OLE color: 8823738.

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

Color convert

RGB186163134-
CMYK00.120.280.27
HSL33.46º27.37%62.75%-
HSV(B)33.46º27.96%72.94%-
XYZ37.6538.3527.97-
YUV166.57109.62141.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=38.51%
G=33.75%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616313400.120.280.2733.4627.3762.75
HexBAA3860C1C1B211b3f
Octal2722432060143433413377
Binary10111010101000111000011001100111001101110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA386; }

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

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

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

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

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

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

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

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