Html Css Color HEX #BAA63F Brass

📋 copy color: '#BAA63F'

red 186 ◦ green 166 ◦ blue 63

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

Shades of Brass #BAA63F

Tints of Brass #BAA63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

 BLUE value IS 63 (25% from 255) = 15.18%

R = 44.82%
G = 40%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAA63F (or 0xBAA63F) is known color: Brass. HEX triplet: BA, A6 and 3F. RGB value is (186,166,63). Sum of RGB (Red+Green+Blue) = 186+166+63=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA63F is #4559C0. Grayscale: #A0A0A0. Windows color (decimal): -4544961 or 4171450. OLE color: 4171450.

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

Color convert

RGB 186 166 63 -
CMYK 0 0.11 0.66 0.27
HSL 50.24º 0.49% 0.49% -
HSV(B) 50.24º 0.66% 0.73% -
XYZ 34.78 38.07 10.22 -
YUV 160.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 186 166 63 0 0.11 0.66 0.27 50.24 0.49 0.49
Hex BA A6 3F 0 B 42 1B 32 31 31
Octal 272 246 77 0 13 102 33 62 61 61
Binary 10111010 10100110 111111 0 1011 1000010 11011 110010 110001 110001

Color Harmonies of #BAA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA63F

Black with #BAA63F

Text Example


Text Example

White with #BAA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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