#BAA57A

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

Shades of Pavlova #BAA57A

Tints of Pavlova #BAA57A

Color information

#BAA57A (or 0xBAA57A) is unknown color: approx Pavlova. HEX triplet: BA, A5 and 7A. RGB value is (186,165,122). Sum of RGB (Red+Green+Blue) = 186+165+122=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA57A is #455A85. Grayscale: #A6A6A6. Windows color (decimal): -4545158 or 8037818. OLE color: 8037818.

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

Color convert

RGB186165122-
CMYK00.110.340.27
HSL40.31º31.68%60.39%-
HSV(B)40.31º34.41%72.94%-
XYZ37.2238.7523.93-
YUV166.38102.96142-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=39.32%
G=34.88%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616512200.110.340.2740.3131.6860.39
HexBAA57A0B221B28203c
Octal2722451720134233504074
Binary101110101010010111110100101110001011011101000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA57A; }

 p { color: rgb(186,165,122); }

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

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

 a { background-color: rgb(186,165,122); }

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

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

 span { border-color: rgb(186,165,122); }

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