#BAA87E

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

Shades of Pavlova #BAA87E

Tints of Pavlova #BAA87E

Color information

#BAA87E (or 0xBAA87E) is unknown color: approx Pavlova. HEX triplet: BA, A8 and 7E. RGB value is (186,168,126). Sum of RGB (Red+Green+Blue) = 186+168+126=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA87E is #455781. Grayscale: #A8A8A8. Windows color (decimal): -4544386 or 8300730. OLE color: 8300730.

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

Color convert

RGB186168126-
CMYK00.100.320.27
HSL42º30.3%61.18%-
HSV(B)42º32.26%72.94%-
XYZ38.0239.9525.45-
YUV168.59103.96140.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 126 (49.61% from 255) = 26.25%
R=38.75%
G=35%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616812600.100.320.274230.361.18
HexBAA87E0A201B2a1e3d
Octal2722501760124033523675
Binary10111010101010001111110010101000001101110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA87E; }

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

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

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

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

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

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

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

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