Html Css Color HEX #BAA64B Brass

📋 copy color: '#BAA64B'

red 186 ◦ green 166 ◦ blue 75

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

Shades of Brass #BAA64B

Tints of Brass #BAA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

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

R = 43.56%
G = 38.88%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAA64B (or 0xBAA64B) is known color: Brass. HEX triplet: BA, A6 and 4B. RGB value is (186,166,75). Sum of RGB (Red+Green+Blue) = 186+166+75=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA64B is #4559B4. Grayscale: #A1A1A1. Windows color (decimal): -4544949 or 4957882. OLE color: 4957882.

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

Color convert

RGB 186 166 75 -
CMYK 0 0.11 0.60 0.27
HSL 49.19º 0.45% 0.51% -
HSV(B) 49.19º 0.6% 0.73% -
XYZ 35.16 38.22 12.18 -
YUV 161.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 186 166 75 0 0.11 0.60 0.27 49.19 0.45 0.51
Hex BA A6 4B 0 B 3C 1B 31 2D 33
Octal 272 246 113 0 13 74 33 61 55 63
Binary 10111010 10100110 1001011 0 1011 111100 11011 110001 101101 110011

Color Harmonies of #BAA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA64B

Black with #BAA64B

Text Example


Text Example

White with #BAA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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