Html Css Color HEX #BAAA43 Brass

📋 copy color: '#BAAA43'

red 186 ◦ green 170 ◦ blue 67

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

Shades of Brass #BAAA43

Tints of Brass #BAAA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.84%

R = 43.97%
G = 40.19%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BAAA43 (or 0xBAAA43) is known color: Brass. HEX triplet: BA, AA and 43. RGB value is (186,170,67). Sum of RGB (Red+Green+Blue) = 186+170+67=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA43 is #4555BC. Grayscale: #A3A3A3. Windows color (decimal): -4543933 or 4434618. OLE color: 4434618.

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

Color convert

RGB 186 170 67 -
CMYK 0 0.09 0.64 0.27
HSL 51.93º 0.47% 0.5% -
HSV(B) 51.93º 0.64% 0.73% -
XYZ 35.64 39.59 11.07 -
YUV 163.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 186 170 67 0 0.09 0.64 0.27 51.93 0.47 0.5
Hex BA AA 43 0 9 40 1B 34 2F 32
Octal 272 252 103 0 11 100 33 64 57 62
Binary 10111010 10101010 1000011 0 1001 1000000 11011 110100 101111 110010

Color Harmonies of #BAAA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA43

Black with #BAAA43

Text Example


Text Example

White with #BAAA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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