Html Css Color HEX #BAA548 Brass

📋 copy color: '#BAA548'

red 186 ◦ green 165 ◦ blue 72

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

Shades of Brass #BAA548

Tints of Brass #BAA548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 43.97%
G = 39.01%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAA548 (or 0xBAA548) is known color: Brass. HEX triplet: BA, A5 and 48. RGB value is (186,165,72). Sum of RGB (Red+Green+Blue) = 186+165+72=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA548 is #455AB7. Grayscale: #A1A1A1. Windows color (decimal): -4545208 or 4761018. OLE color: 4761018.

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

Color convert

RGB 186 165 72 -
CMYK 0 0.11 0.61 0.27
HSL 48.95º 0.45% 0.51% -
HSV(B) 48.95º 0.61% 0.73% -
XYZ 34.87 37.82 11.59 -
YUV 160.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 186 165 72 0 0.11 0.61 0.27 48.95 0.45 0.51
Hex BA A5 48 0 B 3D 1B 31 2D 33
Octal 272 245 110 0 13 75 33 61 55 63
Binary 10111010 10100101 1001000 0 1011 111101 11011 110001 101101 110011

Color Harmonies of #BAA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA548

Black with #BAA548

Text Example


Text Example

White with #BAA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA548; }

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

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

background-color css

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

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

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

border-color css

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

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

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