Html Css Color HEX #BAA74B Brass

📋 copy color: '#BAA74B'

red 186 ◦ green 167 ◦ blue 75

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

Shades of Brass #BAA74B

Tints of Brass #BAA74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.52%

R = 43.46%
G = 39.02%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAA74B (or 0xBAA74B) is known color: Brass. HEX triplet: BA, A7 and 4B. RGB value is (186,167,75). Sum of RGB (Red+Green+Blue) = 186+167+75=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA74B is #4558B4. Grayscale: #A2A2A2. Windows color (decimal): -4544693 or 4958138. OLE color: 4958138.

HSL color Cylindrical-coordinate representation of color #BAA74B: hue angle of 49.73º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAA74B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 75 -
CMYK 0 0.10 0.60 0.27
HSL 49.73º 0.45% 0.51% -
HSV(B) 49.73º 0.6% 0.73% -
XYZ 35.34 38.58 12.24 -
YUV 162.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 186 167 75 0 0.10 0.60 0.27 49.73 0.45 0.51
Hex BA A7 4B 0 A 3C 1B 32 2D 33
Octal 272 247 113 0 12 74 33 62 55 63
Binary 10111010 10100111 1001011 0 1010 111100 11011 110010 101101 110011

Color Harmonies of #BAA74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA74B

Black with #BAA74B

Text Example


Text Example

White with #BAA74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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