Html Css Color HEX #BAA53C Brass

📋 copy color: '#BAA53C'

red 186 ◦ green 165 ◦ blue 60

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

Shades of Brass #BAA53C

Tints of Brass #BAA53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 45.26%
G = 40.15%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAA53C (or 0xBAA53C) is known color: Brass. HEX triplet: BA, A5 and 3C. RGB value is (186,165,60). Sum of RGB (Red+Green+Blue) = 186+165+60=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA53C is #455AC3. Grayscale: #9F9F9F. Windows color (decimal): -4545220 or 3974586. OLE color: 3974586.

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

Color convert

RGB 186 165 60 -
CMYK 0 0.11 0.68 0.27
HSL 50º 0.51% 0.48% -
HSV(B) 50º 0.68% 0.73% -
XYZ 34.52 37.68 9.73 -
YUV 159.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 186 165 60 0 0.11 0.68 0.27 50 0.51 0.48
Hex BA A5 3C 0 B 44 1B 32 33 30
Octal 272 245 74 0 13 104 33 62 63 60
Binary 10111010 10100101 111100 0 1011 1000100 11011 110010 110011 110000

Color Harmonies of #BAA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA53C

Black with #BAA53C

Text Example


Text Example

White with #BAA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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