#BAA582

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

Shades of Pavlova #BAA582

Tints of Pavlova #BAA582

Color information

#BAA582 (or 0xBAA582) is unknown color: approx Pavlova. HEX triplet: BA, A5 and 82. RGB value is (186,165,130). Sum of RGB (Red+Green+Blue) = 186+165+130=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA582 is #455A7D. Grayscale: #A7A7A7. Windows color (decimal): -4545150 or 8562106. OLE color: 8562106.

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

Color convert

RGB186165130-
CMYK00.110.300.27
HSL37.5º28.87%61.96%-
HSV(B)37.5º30.11%72.94%-
XYZ37.7338.9626.65-
YUV167.29106.96141.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=38.67%
G=34.30%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616513000.110.300.2737.528.8761.96
HexBAA5820B1E1B261d3e
Octal2722452020133633463576
Binary10111010101001011000001001011111101101110011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA582; }

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

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

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

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

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

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

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

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