#BAAA7E

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

Shades of Pavlova #BAAA7E

Tints of Pavlova #BAAA7E

Color information

#BAAA7E (or 0xBAAA7E) is unknown color: approx Pavlova. HEX triplet: BA, AA and 7E. RGB value is (186,170,126). Sum of RGB (Red+Green+Blue) = 186+170+126=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA7E is #455581. Grayscale: #A9A9A9. Windows color (decimal): -4543874 or 8301242. OLE color: 8301242.

HSL color Cylindrical-coordinate representation of color #BAAA7E: hue angle of 44º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAA7E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB186170126-
CMYK00.090.320.27
HSL44º30.3%61.18%-
HSV(B)44º32.26%72.94%-
XYZ38.3940.6925.57-
YUV169.77103.3139.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=38.59%
G=35.27%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617012600.090.320.274430.361.18
HexBAAA7E09201B2c1e3d
Octal2722521760114033543675
Binary10111010101010101111110010011000001101110110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA7E; }

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

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

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

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

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

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

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

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