#BAA880

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

Shades of Pavlova #BAA880

Tints of Pavlova #BAA880

Color information

#BAA880 (or 0xBAA880) is unknown color: approx Pavlova. HEX triplet: BA, A8 and 80. RGB value is (186,168,128). Sum of RGB (Red+Green+Blue) = 186+168+128=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA880 is #45577F. Grayscale: #A9A9A9. Windows color (decimal): -4544384 or 8431802. OLE color: 8431802.

HSL color Cylindrical-coordinate representation of color #BAA880: hue angle of 41.38º degrees, saturation: 0.3, 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 #BAA880 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186168128-
CMYK00.100.310.27
HSL41.38º29.59%61.57%-
HSV(B)41.38º31.18%72.94%-
XYZ38.154026.13-
YUV168.82104.96140.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=38.59%
G=34.85%
B=26.56%

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
Decimal18616812800.100.310.2741.3829.5961.57
HexBAA8800A1F1B291e3e
Octal2722502000123733513676
Binary10111010101010001000000001010111111101110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA880; }

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

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

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

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

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

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

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

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