#BAAC80

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

Shades of Pavlova #BAAC80

Tints of Pavlova #BAAC80

Color information

#BAAC80 (or 0xBAAC80) is unknown color: approx Pavlova. HEX triplet: BA, AC and 80. RGB value is (186,172,128). Sum of RGB (Red+Green+Blue) = 186+172+128=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC80 is #45537F. Grayscale: #ABABAB. Windows color (decimal): -4543360 or 8432826. OLE color: 8432826.

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

Color convert

RGB186172128-
CMYK00.080.310.27
HSL45.52º29.59%61.57%-
HSV(B)45.52º31.18%72.94%-
XYZ38.941.526.38-
YUV171.17103.64138.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=38.27%
G=35.39%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617212800.080.310.2745.5229.5961.57
HexBAAC80081F1B2e1e3e
Octal2722542000103733563676
Binary10111010101011001000000001000111111101110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC80; }

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

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

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

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

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

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

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

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