#BAAB8A

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

Shades of Pavlova #BAAB8A

Tints of Pavlova #BAAB8A

Color information

#BAAB8A (or 0xBAAB8A) is unknown color: approx Pavlova. HEX triplet: BA, AB and 8A. RGB value is (186,171,138). Sum of RGB (Red+Green+Blue) = 186+171+138=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB8A is #455475. Grayscale: #ABABAB. Windows color (decimal): -4543606 or 9087930. OLE color: 9087930.

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

Color convert

RGB186171138-
CMYK00.080.260.27
HSL41.25º25.81%63.53%-
HSV(B)41.25º25.81%72.94%-
XYZ39.441.429.96-
YUV171.72108.97138.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=37.58%
G=34.55%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617113800.080.260.2741.2525.8163.53
HexBAAB8A081A1B291a40
Octal27225321201032335132100
Binary101110101010101110001010010001101011011101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB8A; }

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

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

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

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

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

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

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

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