Html Css Color HEX #BAA13E Brass

📋 copy color: '#BAA13E'

red 186 ◦ green 161 ◦ blue 62

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

Shades of Brass #BAA13E

Tints of Brass #BAA13E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

 BLUE value IS 62 (24.61% from 255) = 15.16%

R = 45.48%
G = 39.36%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAA13E (or 0xBAA13E) is known color: Brass. HEX triplet: BA, A1 and 3E. RGB value is (186,161,62). Sum of RGB (Red+Green+Blue) = 186+161+62=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA13E is #455EC1. Grayscale: #9D9D9D. Windows color (decimal): -4546242 or 4104634. OLE color: 4104634.

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

Color convert

RGB 186 161 62 -
CMYK 0 0.13 0.67 0.27
HSL 47.9º 0.5% 0.49% -
HSV(B) 47.9º 0.67% 0.73% -
XYZ 33.86 36.28 9.77 -
YUV 157.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 186 161 62 0 0.13 0.67 0.27 47.9 0.5 0.49
Hex BA A1 3E 0 D 43 1B 30 32 31
Octal 272 241 76 0 15 103 33 60 62 61
Binary 10111010 10100001 111110 0 1101 1000011 11011 110000 110010 110001

Color Harmonies of #BAA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA13E

Black with #BAA13E

Text Example


Text Example

White with #BAA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA13E; }

 p { color: rgb(186,161,62); }

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

background-color css

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

 a { background-color: rgb(186,161,62); }

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

border-color css

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

 span { border-color: rgb(186,161,62); }

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