Html Css Color HEX #BAA93C Brass

📋 copy color: '#BAA93C'

red 186 ◦ green 169 ◦ blue 60

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

Shades of Brass #BAA93C

Tints of Brass #BAA93C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

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

R = 44.82%
G = 40.72%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAA93C (or 0xBAA93C) is known color: Brass. HEX triplet: BA, A9 and 3C. RGB value is (186,169,60). Sum of RGB (Red+Green+Blue) = 186+169+60=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA93C is #4556C3. Grayscale: #A2A2A2. Windows color (decimal): -4544196 or 3975610. OLE color: 3975610.

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

Color convert

RGB 186 169 60 -
CMYK 0 0.09 0.68 0.27
HSL 51.9º 0.51% 0.48% -
HSV(B) 51.9º 0.68% 0.73% -
XYZ 35.25 39.14 9.97 -
YUV 161.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 186 169 60 0 0.09 0.68 0.27 51.9 0.51 0.48
Hex BA A9 3C 0 9 44 1B 34 33 30
Octal 272 251 74 0 11 104 33 64 63 60
Binary 10111010 10101001 111100 0 1001 1000100 11011 110100 110011 110000

Color Harmonies of #BAA93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA93C

Black with #BAA93C

Text Example


Text Example

White with #BAA93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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