#BAA654

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

Shades of Sundance #BAA654

Tints of Sundance #BAA654

Color information

#BAA654 (or 0xBAA654) is unknown color: approx Sundance. HEX triplet: BA, A6 and 54. RGB value is (186,166,84). Sum of RGB (Red+Green+Blue) = 186+166+84=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA654 is #4559AB. Grayscale: #A2A2A2. Windows color (decimal): -4544940 or 5547706. OLE color: 5547706.

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

Color convert

RGB18616684-
CMYK00.110.550.27
HSL48.24º42.5%52.94%-
HSV(B)48.24º54.84%72.94%-
XYZ35.4938.3513.92-
YUV162.6383.63144.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 84 (33.20% from 255) = 19.27%
R=42.66%
G=38.07%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861668400.110.550.2748.2442.552.94
HexBAA6540B371B302a35
Octal2722461240136733605265
Binary101110101010011010101000101111011111011110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA654; }

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

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

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

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

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

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

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

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