#BAAB8D

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

Shades of Pavlova #BAAB8D

Tints of Pavlova #BAAB8D

Color information

#BAAB8D (or 0xBAAB8D) is unknown color: approx Pavlova. HEX triplet: BA, AB and 8D. RGB value is (186,171,141). Sum of RGB (Red+Green+Blue) = 186+171+141=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB8D is #455472. Grayscale: #ACACAC. Windows color (decimal): -4543603 or 9284538. OLE color: 9284538.

HSL color Cylindrical-coordinate representation of color #BAAB8D: hue angle of 40º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAAB8D is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB186171141-
CMYK00.080.240.27
HSL40º24.59%64.12%-
HSV(B)40º24.19%72.94%-
XYZ39.6241.4931.12-
YUV172.06110.47137.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=37.35%
G=34.34%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617114100.080.240.274024.5964.12
HexBAAB8D08181B281940
Octal27225321501030335031100
Binary101110101010101110001101010001100011011101000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB8D; }

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

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

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

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

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

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

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

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