#BAA786

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

Shades of Pavlova #BAA786

Tints of Pavlova #BAA786

Color information

#BAA786 (or 0xBAA786) is unknown color: approx Pavlova. HEX triplet: BA, A7 and 86. RGB value is (186,167,134). Sum of RGB (Red+Green+Blue) = 186+167+134=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA786 is #455879. Grayscale: #A9A9A9. Windows color (decimal): -4544634 or 8824762. OLE color: 8824762.

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

Color convert

RGB186167134-
CMYK00.100.280.27
HSL38.08º27.37%62.75%-
HSV(B)38.08º27.96%72.94%-
XYZ38.3739.828.21-
YUV168.92108.29140.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=38.19%
G=34.29%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616713400.100.280.2738.0827.3762.75
HexBAA7860A1C1B261b3f
Octal2722472060123433463377
Binary10111010101001111000011001010111001101110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA786; }

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

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

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

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

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

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

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

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