#BAA98A

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

Shades of Pavlova #BAA98A

Tints of Pavlova #BAA98A

Color information

#BAA98A (or 0xBAA98A) is unknown color: approx Pavlova. HEX triplet: BA, A9 and 8A. RGB value is (186,169,138). Sum of RGB (Red+Green+Blue) = 186+169+138=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA98A is #455675. Grayscale: #AAAAAA. Windows color (decimal): -4544118 or 9087418. OLE color: 9087418.

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

Color convert

RGB186169138-
CMYK00.090.260.27
HSL38.75º25.81%63.53%-
HSV(B)38.75º25.81%72.94%-
XYZ39.0340.6529.83-
YUV170.55109.63139.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=37.73%
G=34.28%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616913800.090.260.2738.7525.8163.53
HexBAA98A091A1B271a40
Octal27225121201132334732100
Binary101110101010100110001010010011101011011100111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA98A; }

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

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

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

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

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

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

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

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