Html Css Color HEX #BAA54B Brass

📋 copy color: '#BAA54B'

red 186 ◦ green 165 ◦ blue 75

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

Shades of Brass #BAA54B

Tints of Brass #BAA54B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

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

R = 43.66%
G = 38.73%
B = 17.61%

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

#BAA54B (or 0xBAA54B) is known color: Brass. HEX triplet: BA, A5 and 4B. RGB value is (186,165,75). Sum of RGB (Red+Green+Blue) = 186+165+75=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA54B is #455AB4. Grayscale: #A1A1A1. Windows color (decimal): -4545205 or 4957626. OLE color: 4957626.

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

Color convert

RGB 186 165 75 -
CMYK 0 0.11 0.60 0.27
HSL 48.65º 0.45% 0.51% -
HSV(B) 48.65º 0.6% 0.73% -
XYZ 34.97 37.86 12.12 -
YUV 161.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 186 165 75 0 0.11 0.60 0.27 48.65 0.45 0.51
Hex BA A5 4B 0 B 3C 1B 31 2D 33
Octal 272 245 113 0 13 74 33 61 55 63
Binary 10111010 10100101 1001011 0 1011 111100 11011 110001 101101 110011

Color Harmonies of #BAA54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA54B

Black with #BAA54B

Text Example


Text Example

White with #BAA54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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