Html Css Color HEX #BAAC3F Brass

📋 copy color: '#BAAC3F'

red 186 ◦ green 172 ◦ blue 63

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

Shades of Brass #BAAC3F

Tints of Brass #BAAC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.86%

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

R = 44.18%
G = 40.86%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAAC3F (or 0xBAAC3F) is known color: Brass. HEX triplet: BA, AC and 3F. RGB value is (186,172,63). Sum of RGB (Red+Green+Blue) = 186+172+63=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC3F is #4553C0. Grayscale: #A4A4A4. Windows color (decimal): -4543425 or 4172986. OLE color: 4172986.

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

Color convert

RGB 186 172 63 -
CMYK 0 0.08 0.66 0.27
HSL 53.17º 0.49% 0.49% -
HSV(B) 53.17º 0.66% 0.73% -
XYZ 35.9 40.3 10.59 -
YUV 163.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 186 172 63 0 0.08 0.66 0.27 53.17 0.49 0.49
Hex BA AC 3F 0 8 42 1B 35 31 31
Octal 272 254 77 0 10 102 33 65 61 61
Binary 10111010 10101100 111111 0 1000 1000010 11011 110101 110001 110001

Color Harmonies of #BAAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC3F

Black with #BAAC3F

Text Example


Text Example

White with #BAAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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