Html Css Color HEX #BAAA3C Brass

📋 copy color: '#BAAA3C'

red 186 ◦ green 170 ◦ blue 60

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

Shades of Brass #BAAA3C

Tints of Brass #BAAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 60 (23.83% from 255) = 14.42%

R = 44.71%
G = 40.87%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAAA3C (or 0xBAAA3C) is known color: Brass. HEX triplet: BA, AA and 3C. RGB value is (186,170,60). Sum of RGB (Red+Green+Blue) = 186+170+60=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA3C is #4555C3. Grayscale: #A2A2A2. Windows color (decimal): -4543940 or 3975866. OLE color: 3975866.

HSL color Cylindrical-coordinate representation of color #BAAA3C: hue angle of 52.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAAA3C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 60 -
CMYK 0 0.09 0.68 0.27
HSL 52.38º 0.51% 0.48% -
HSV(B) 52.38º 0.68% 0.73% -
XYZ 35.44 39.51 10.03 -
YUV 162.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 186 170 60 0 0.09 0.68 0.27 52.38 0.51 0.48
Hex BA AA 3C 0 9 44 1B 34 33 30
Octal 272 252 74 0 11 104 33 64 63 60
Binary 10111010 10101010 111100 0 1001 1000100 11011 110100 110011 110000

Color Harmonies of #BAAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA3C

Black with #BAAA3C

Text Example


Text Example

White with #BAAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA3C; }

 p { color: rgb(186,170,60); }

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

background-color css

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

 a { background-color: rgb(186,170,60); }

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

border-color css

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

 span { border-color: rgb(186,170,60); }

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