Html Css Color HEX #BAAA33 Brass

📋 copy color: '#BAAA33'

red 186 ◦ green 170 ◦ blue 51

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

Shades of Brass #BAAA33

Tints of Brass #BAAA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.53%

R = 45.7%
G = 41.77%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAAA33 (or 0xBAAA33) is known color: Brass. HEX triplet: BA, AA and 33. RGB value is (186,170,51). Sum of RGB (Red+Green+Blue) = 186+170+51=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA33 is #4555CC. Grayscale: #A1A1A1. Windows color (decimal): -4543949 or 3386042. OLE color: 3386042.

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

Color convert

RGB 186 170 51 -
CMYK 0 0.09 0.73 0.27
HSL 52.89º 0.57% 0.46% -
HSV(B) 52.89º 0.73% 0.73% -
XYZ 35.22 39.43 8.89 -
YUV 161.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 186 170 51 0 0.09 0.73 0.27 52.89 0.57 0.46
Hex BA AA 33 0 9 49 1B 35 39 2E
Octal 272 252 63 0 11 111 33 65 71 56
Binary 10111010 10101010 110011 0 1001 1001001 11011 110101 111001 101110

Color Harmonies of #BAAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA33

Black with #BAAA33

Text Example


Text Example

White with #BAAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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