Html Css Color HEX #BAAA3A Brass

📋 copy color: '#BAAA3A'

red 186 ◦ green 170 ◦ blue 58

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

Shades of Brass #BAAA3A

Tints of Brass #BAAA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.01%

R = 44.93%
G = 41.06%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAAA3A (or 0xBAAA3A) is known color: Brass. HEX triplet: BA, AA and 3A. RGB value is (186,170,58). Sum of RGB (Red+Green+Blue) = 186+170+58=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA3A is #4555C5. Grayscale: #A2A2A2. Windows color (decimal): -4543942 or 3844794. OLE color: 3844794.

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

Color convert

RGB 186 170 58 -
CMYK 0 0.09 0.69 0.27
HSL 52.5º 0.52% 0.48% -
HSV(B) 52.5º 0.69% 0.73% -
XYZ 35.39 39.49 9.76 -
YUV 162.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 186 170 58 0 0.09 0.69 0.27 52.5 0.52 0.48
Hex BA AA 3A 0 9 45 1B 34 34 30
Octal 272 252 72 0 11 105 33 64 64 60
Binary 10111010 10101010 111010 0 1001 1000101 11011 110100 110100 110000

Color Harmonies of #BAAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA3A

Black with #BAAA3A

Text Example


Text Example

White with #BAAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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