Html Css Color HEX #BAA450 Sundance

📋 copy color: '#BAA450'

red 186 ◦ green 164 ◦ blue 80

#BAA450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #BAA450

Tints of Sundance #BAA450

RGB

 RED value IS 186 (73.05% from 255) = 43.26%

 GREEN value IS 164 (64.45% from 255) = 38.14%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 43.26%
G = 38.14%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BAA450 (or 0xBAA450) is known color: Sundance. HEX triplet: BA, A4 and 50. RGB value is (186,164,80). Sum of RGB (Red+Green+Blue) = 186+164+80=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA450 is #455BAF. Grayscale: #A1A1A1. Windows color (decimal): -4545456 or 5285050. OLE color: 5285050.

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

Color convert

RGB 186 164 80 -
CMYK 0 0.12 0.57 0.27
HSL 47.55º 0.43% 0.52% -
HSV(B) 47.55º 0.57% 0.73% -
XYZ 34.97 37.57 13 -
YUV 161 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 186 164 80 0 0.12 0.57 0.27 47.55 0.43 0.52
Hex BA A4 50 0 C 39 1B 30 2B 34
Octal 272 244 120 0 14 71 33 60 53 64
Binary 10111010 10100100 1010000 0 1100 111001 11011 110000 101011 110100

Color Harmonies of #BAA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA450

Black with #BAA450

Text Example


Text Example

White with #BAA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA450; }

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

 H1.HeaderClassName
 {
   color: #BAA450;
 }
 .AnyTagClassName
 {
   color: #BAA450;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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