#BAAA8A

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

Shades of Pavlova #BAAA8A

Tints of Pavlova #BAAA8A

Color information

#BAAA8A (or 0xBAAA8A) is unknown color: approx Pavlova. HEX triplet: BA, AA and 8A. RGB value is (186,170,138). Sum of RGB (Red+Green+Blue) = 186+170+138=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA8A is #455575. Grayscale: #ABABAB. Windows color (decimal): -4543862 or 9087674. OLE color: 9087674.

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

Color convert

RGB186170138-
CMYK00.090.260.27
HSL40º25.81%63.53%-
HSV(B)40º25.81%72.94%-
XYZ39.2141.0229.9-
YUV171.14109.3138.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=37.65%
G=34.41%
B=27.94%

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
Decimal18617013800.090.260.274025.8163.53
HexBAAA8A091A1B281a40
Octal27225221201132335032100
Binary101110101010101010001010010011101011011101000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA8A; }

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

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

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

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

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

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

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

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