#BAA88B

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

Shades of Pavlova #BAA88B

Tints of Pavlova #BAA88B

Color information

#BAA88B (or 0xBAA88B) is unknown color: approx Pavlova. HEX triplet: BA, A8 and 8B. RGB value is (186,168,139). Sum of RGB (Red+Green+Blue) = 186+168+139=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA88B is #455774. Grayscale: #AAAAAA. Windows color (decimal): -4544373 or 9152698. OLE color: 9152698.

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

Color convert

RGB186168139-
CMYK00.100.250.27
HSL37.02º25.41%63.73%-
HSV(B)37.02º25.27%72.94%-
XYZ38.9140.3130.16-
YUV170.08110.46139.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=37.73%
G=34.08%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616813900.100.250.2737.0225.4163.73
HexBAA88B0A191B251940
Octal27225021301231334531100
Binary101110101010100010001011010101100111011100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA88B; }

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

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

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

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

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

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

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

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