Html Css Color HEX #BAA743 Brass

📋 copy color: '#BAA743'

red 186 ◦ green 167 ◦ blue 67

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

Shades of Brass #BAA743

Tints of Brass #BAA743

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

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

R = 44.29%
G = 39.76%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BAA743 (or 0xBAA743) is known color: Brass. HEX triplet: BA, A7 and 43. RGB value is (186,167,67). Sum of RGB (Red+Green+Blue) = 186+167+67=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA743 is #4558BC. Grayscale: #A1A1A1. Windows color (decimal): -4544701 or 4433850. OLE color: 4433850.

HSL color Cylindrical-coordinate representation of color #BAA743: hue angle of 50.42º 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 #BAA743 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 67 -
CMYK 0 0.10 0.64 0.27
HSL 50.42º 0.47% 0.5% -
HSV(B) 50.42º 0.64% 0.73% -
XYZ 35.08 38.48 10.89 -
YUV 161.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 186 167 67 0 0.10 0.64 0.27 50.42 0.47 0.5
Hex BA A7 43 0 A 40 1B 32 2F 32
Octal 272 247 103 0 12 100 33 62 57 62
Binary 10111010 10100111 1000011 0 1010 1000000 11011 110010 101111 110010

Color Harmonies of #BAA743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA743

Black with #BAA743

Text Example


Text Example

White with #BAA743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA743; }

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

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

background-color css

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

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

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

border-color css

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

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

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