#BAA87A

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

Shades of Pavlova #BAA87A

Tints of Pavlova #BAA87A

Color information

#BAA87A (or 0xBAA87A) is unknown color: approx Pavlova. HEX triplet: BA, A8 and 7A. RGB value is (186,168,122). Sum of RGB (Red+Green+Blue) = 186+168+122=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA87A is #455785. Grayscale: #A8A8A8. Windows color (decimal): -4544390 or 8038586. OLE color: 8038586.

HSL color Cylindrical-coordinate representation of color #BAA87A: hue angle of 43.13º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA87A is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186168122-
CMYK00.100.340.27
HSL43.13º31.68%60.39%-
HSV(B)43.13º34.41%72.94%-
XYZ37.7739.8524.11-
YUV168.14101.96140.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=39.08%
G=35.29%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616812200.100.340.2743.1331.6860.39
HexBAA87A0A221B2b203c
Octal2722501720124233534074
Binary101110101010100011110100101010001011011101011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA87A; }

 p { color: rgb(186,168,122); }

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

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

 a { background-color: rgb(186,168,122); }

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

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

 span { border-color: rgb(186,168,122); }

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