Html Css Color HEX #BAA73A Brass

📋 copy color: '#BAA73A'

red 186 ◦ green 167 ◦ blue 58

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

Shades of Brass #BAA73A

Tints of Brass #BAA73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.11%

R = 45.26%
G = 40.63%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA73A (or 0xBAA73A) is known color: Brass. HEX triplet: BA, A7 and 3A. RGB value is (186,167,58). Sum of RGB (Red+Green+Blue) = 186+167+58=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA73A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA73A is #4558C5. Grayscale: #A0A0A0. Windows color (decimal): -4544710 or 3844026. OLE color: 3844026.

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

Color convert

RGB 186 167 58 -
CMYK 0 0.10 0.69 0.27
HSL 51.09º 0.52% 0.48% -
HSV(B) 51.09º 0.69% 0.73% -
XYZ 34.83 38.38 9.58 -
YUV 160.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 186 167 58 0 0.10 0.69 0.27 51.09 0.52 0.48
Hex BA A7 3A 0 A 45 1B 33 34 30
Octal 272 247 72 0 12 105 33 63 64 60
Binary 10111010 10100111 111010 0 1010 1000101 11011 110011 110100 110000

Color Harmonies of #BAA73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA73A

Black with #BAA73A

Text Example


Text Example

White with #BAA73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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