#BAAB81

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

Shades of Pavlova #BAAB81

Tints of Pavlova #BAAB81

Color information

#BAAB81 (or 0xBAAB81) is unknown color: approx Pavlova. HEX triplet: BA, AB and 81. RGB value is (186,171,129). Sum of RGB (Red+Green+Blue) = 186+171+129=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB81 is #45547E. Grayscale: #AAAAAA. Windows color (decimal): -4543615 or 8498106. OLE color: 8498106.

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

Color convert

RGB186171129-
CMYK00.080.310.27
HSL44.21º29.23%61.76%-
HSV(B)44.21º30.65%72.94%-
XYZ38.7841.1526.67-
YUV170.7104.47138.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=38.27%
G=35.19%
B=26.54%

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
Decimal18617112900.080.310.2744.2129.2361.76
HexBAAB81081F1B2c1d3e
Octal2722532010103733543576
Binary10111010101010111000000101000111111101110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB81; }

 p { color: rgb(186,171,129); }

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

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

 a { background-color: rgb(186,171,129); }

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

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

 span { border-color: rgb(186,171,129); }

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