#BAA27E

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

Shades of Pavlova #BAA27E

Tints of Pavlova #BAA27E

Color information

#BAA27E (or 0xBAA27E) is unknown color: approx Pavlova. HEX triplet: BA, A2 and 7E. RGB value is (186,162,126). Sum of RGB (Red+Green+Blue) = 186+162+126=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA27E is #455D81. Grayscale: #A5A5A5. Windows color (decimal): -4545922 or 8299194. OLE color: 8299194.

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

Color convert

RGB186162126-
CMYK00.130.320.27
HSL36º30.3%61.18%-
HSV(B)36º32.26%72.94%-
XYZ36.9437.7925.09-
YUV165.07105.95142.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=39.24%
G=34.18%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616212600.130.320.273630.361.18
HexBAA27E0D201B241e3d
Octal2722421760154033443675
Binary10111010101000101111110011011000001101110010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA27E; }

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

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

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

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

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

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

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

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