Html Css Color HEX #BAAA37 Brass

📋 copy color: '#BAAA37'

red 186 ◦ green 170 ◦ blue 55

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

Shades of Brass #BAAA37

Tints of Brass #BAAA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.38%

R = 45.26%
G = 41.36%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAAA37 (or 0xBAAA37) is known color: Brass. HEX triplet: BA, AA and 37. RGB value is (186,170,55). Sum of RGB (Red+Green+Blue) = 186+170+55=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA37 is #4555C8. Grayscale: #A2A2A2. Windows color (decimal): -4543945 or 3648186. OLE color: 3648186.

HSL color Cylindrical-coordinate representation of color #BAAA37: hue angle of 52.67º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAAA37 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 55 -
CMYK 0 0.09 0.70 0.27
HSL 52.67º 0.54% 0.47% -
HSV(B) 52.67º 0.7% 0.73% -
XYZ 35.31 39.46 9.37 -
YUV 161.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 186 170 55 0 0.09 0.70 0.27 52.67 0.54 0.47
Hex BA AA 37 0 9 46 1B 35 36 2F
Octal 272 252 67 0 11 106 33 65 66 57
Binary 10111010 10101010 110111 0 1001 1000110 11011 110101 110110 101111

Color Harmonies of #BAAA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA37

Black with #BAAA37

Text Example


Text Example

White with #BAAA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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