#BAA351

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

Shades of Sundance #BAA351

Tints of Sundance #BAA351

Color information

#BAA351 (or 0xBAA351) is unknown color: approx Sundance. HEX triplet: BA, A3 and 51. RGB value is (186,163,81). Sum of RGB (Red+Green+Blue) = 186+163+81=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA351 is #455CAE. Grayscale: #A0A0A0. Windows color (decimal): -4545711 or 5350330. OLE color: 5350330.

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

Color convert

RGB18616381-
CMYK00.120.560.27
HSL46.86º43.21%52.35%-
HSV(B)46.86º56.45%72.94%-
XYZ34.8337.2313.13-
YUV160.5383.12146.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 81 (32.03% from 255) = 18.84%
R=43.26%
G=37.91%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861638100.120.560.2746.8643.2152.35
HexBAA3510C381B2f2b34
Octal2722431210147033575364
Binary101110101010001110100010110011100011011101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA351; }

 p { color: rgb(186,163,81); }

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

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

 a { background-color: rgb(186,163,81); }

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

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

 span { border-color: rgb(186,163,81); }

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