Html Css Color HEX #BAA43B Brass

📋 copy color: '#BAA43B'

red 186 ◦ green 164 ◦ blue 59

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

Shades of Brass #BAA43B

Tints of Brass #BAA43B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 59 (23.44% from 255) = 14.43%

R = 45.48%
G = 40.1%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAA43B (or 0xBAA43B) is known color: Brass. HEX triplet: BA, A4 and 3B. RGB value is (186,164,59). Sum of RGB (Red+Green+Blue) = 186+164+59=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA43B is #455BC4. Grayscale: #9F9F9F. Windows color (decimal): -4545477 or 3908794. OLE color: 3908794.

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

Color convert

RGB 186 164 59 -
CMYK 0 0.12 0.68 0.27
HSL 49.61º 0.52% 0.48% -
HSV(B) 49.61º 0.68% 0.73% -
XYZ 34.31 37.31 9.53 -
YUV 158.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 186 164 59 0 0.12 0.68 0.27 49.61 0.52 0.48
Hex BA A4 3B 0 C 44 1B 32 34 30
Octal 272 244 73 0 14 104 33 62 64 60
Binary 10111010 10100100 111011 0 1100 1000100 11011 110010 110100 110000

Color Harmonies of #BAA43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA43B

Black with #BAA43B

Text Example


Text Example

White with #BAA43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA43B; }

 p { color: rgb(186,164,59); }

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

background-color css

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

 a { background-color: rgb(186,164,59); }

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

border-color css

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

 span { border-color: rgb(186,164,59); }

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