#BAA98B

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

Shades of Pavlova #BAA98B

Tints of Pavlova #BAA98B

Color information

#BAA98B (or 0xBAA98B) is unknown color: approx Pavlova. HEX triplet: BA, A9 and 8B. RGB value is (186,169,139). Sum of RGB (Red+Green+Blue) = 186+169+139=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA98B is #455674. Grayscale: #AAAAAA. Windows color (decimal): -4544117 or 9152954. OLE color: 9152954.

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

Color convert

RGB186169139-
CMYK00.090.250.27
HSL38.3º25.41%63.73%-
HSV(B)38.3º25.27%72.94%-
XYZ39.140.6830.22-
YUV170.66110.13138.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=37.65%
G=34.21%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616913900.090.250.2738.325.4163.73
HexBAA98B09191B261940
Octal27225121301131334631100
Binary101110101010100110001011010011100111011100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA98B; }

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

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

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

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

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

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

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

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