#BAA68B

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

Shades of Pavlova #BAA68B

Tints of Pavlova #BAA68B

Color information

#BAA68B (or 0xBAA68B) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 8B. RGB value is (186,166,139). Sum of RGB (Red+Green+Blue) = 186+166+139=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA68B is #455974. Grayscale: #A9A9A9. Windows color (decimal): -4544885 or 9152186. OLE color: 9152186.

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

Color convert

RGB186166139-
CMYK00.110.250.27
HSL34.47º25.41%63.73%-
HSV(B)34.47º25.27%72.94%-
XYZ38.5539.5830.03-
YUV168.9111.13140.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=37.88%
G=33.81%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616613900.110.250.2734.4725.4163.73
HexBAA68B0B191B221940
Octal27224621301331334231100
Binary101110101010011010001011010111100111011100010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA68B; }

 p { color: rgb(186,166,139); }

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

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

 a { background-color: rgb(186,166,139); }

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

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

 span { border-color: rgb(186,166,139); }

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