#BAA790

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

Shades of Pavlova #BAA790

Tints of Pavlova #BAA790

Color information

#BAA790 (or 0xBAA790) is unknown color: approx Pavlova. HEX triplet: BA, A7 and 90. RGB value is (186,167,144). Sum of RGB (Red+Green+Blue) = 186+167+144=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA790 is #45586F. Grayscale: #AAAAAA. Windows color (decimal): -4544624 or 9480122. OLE color: 9480122.

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

Color convert

RGB186167144-
CMYK00.100.230.27
HSL32.86º23.33%64.71%-
HSV(B)32.86º22.58%72.94%-
XYZ39.140.0932.06-
YUV170.06113.29139.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=37.42%
G=33.60%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616714400.100.230.2732.8623.3364.71
HexBAA7900A171B211741
Octal27224722001227334127101
Binary101110101010011110010000010101011111011100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA790; }

 p { color: rgb(186,167,144); }

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

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

 a { background-color: rgb(186,167,144); }

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

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

 span { border-color: rgb(186,167,144); }

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