#BAA650

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

Shades of Sundance #BAA650

Tints of Sundance #BAA650

Color information

#BAA650 (or 0xBAA650) is unknown color: approx Sundance. HEX triplet: BA, A6 and 50. RGB value is (186,166,80). Sum of RGB (Red+Green+Blue) = 186+166+80=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA650 is #4559AF. Grayscale: #A2A2A2. Windows color (decimal): -4544944 or 5285562. OLE color: 5285562.

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

Color convert

RGB18616680-
CMYK00.110.570.27
HSL48.68º43.44%52.16%-
HSV(B)48.68º56.99%72.94%-
XYZ35.3338.2913.12-
YUV162.1881.63144.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=43.06%
G=38.43%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861668000.110.570.2748.6843.4452.16
HexBAA6500B391B312b34
Octal2722461200137133615364
Binary101110101010011010100000101111100111011110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA650; }

 p { color: rgb(186,166,80); }

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

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

 a { background-color: rgb(186,166,80); }

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

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

 span { border-color: rgb(186,166,80); }

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