#BAA881

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

Shades of Pavlova #BAA881

Tints of Pavlova #BAA881

Color information

#BAA881 (or 0xBAA881) is unknown color: approx Pavlova. HEX triplet: BA, A8 and 81. RGB value is (186,168,129). Sum of RGB (Red+Green+Blue) = 186+168+129=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA881 is #45577E. Grayscale: #A9A9A9. Windows color (decimal): -4544383 or 8497338. OLE color: 8497338.

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

Color convert

RGB186168129-
CMYK00.100.310.27
HSL41.05º29.23%61.76%-
HSV(B)41.05º30.65%72.94%-
XYZ38.2140.0326.48-
YUV168.94105.46140.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=38.51%
G=34.78%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616812900.100.310.2741.0529.2361.76
HexBAA8810A1F1B291d3e
Octal2722502010123733513576
Binary10111010101010001000000101010111111101110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA881; }

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

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

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

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

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

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

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

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