#BAA98E

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

Shades of Pavlova #BAA98E

Tints of Pavlova #BAA98E

Color information

#BAA98E (or 0xBAA98E) is unknown color: approx Pavlova. HEX triplet: BA, A9 and 8E. RGB value is (186,169,142). Sum of RGB (Red+Green+Blue) = 186+169+142=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA98E is #455671. Grayscale: #ABABAB. Windows color (decimal): -4544114 or 9349562. OLE color: 9349562.

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

Color convert

RGB186169142-
CMYK00.090.240.27
HSL36.82º24.18%64.31%-
HSV(B)36.82º23.66%72.94%-
XYZ39.3240.7731.39-
YUV171111.63138.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=37.42%
G=34.00%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616914200.090.240.2736.8224.1864.31
HexBAA98E09181B251840
Octal27225121601130334530100
Binary101110101010100110001110010011100011011100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA98E; }

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

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

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

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

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

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

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

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