#BAA950

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

Shades of Sundance #BAA950

Tints of Sundance #BAA950

Color information

#BAA950 (or 0xBAA950) is unknown color: approx Sundance. HEX triplet: BA, A9 and 50. RGB value is (186,169,80). Sum of RGB (Red+Green+Blue) = 186+169+80=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA950 is #4556AF. Grayscale: #A4A4A4. Windows color (decimal): -4544176 or 5286330. OLE color: 5286330.

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

Color convert

RGB18616980-
CMYK00.090.570.27
HSL50.38º43.44%52.16%-
HSV(B)50.38º56.99%72.94%-
XYZ35.8939.3913.3-
YUV163.9480.63143.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 80 (31.64% from 255) = 18.39%
R=42.76%
G=38.85%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861698000.090.570.2750.3843.4452.16
HexBAA95009391B322b34
Octal2722511200117133625364
Binary101110101010100110100000100111100111011110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA950; }

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

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

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

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

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

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

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

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