#BAA482

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

Shades of Pavlova #BAA482

Tints of Pavlova #BAA482

Color information

#BAA482 (or 0xBAA482) is unknown color: approx Pavlova. HEX triplet: BA, A4 and 82. RGB value is (186,164,130). Sum of RGB (Red+Green+Blue) = 186+164+130=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA482 is #455B7D. Grayscale: #A6A6A6. Windows color (decimal): -4545406 or 8561850. OLE color: 8561850.

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

Color convert

RGB186164130-
CMYK00.120.300.27
HSL36.43º28.87%61.96%-
HSV(B)36.43º30.11%72.94%-
XYZ37.5538.626.59-
YUV166.7107.29141.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=38.75%
G=34.17%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616413000.120.300.2736.4328.8761.96
HexBAA4820C1E1B241d3e
Octal2722442020143633443576
Binary10111010101001001000001001100111101101110010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA482; }

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

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

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

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

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

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

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

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