Html Css Color HEX #BAA348 Brass

📋 copy color: '#BAA348'

red 186 ◦ green 163 ◦ blue 72

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

Shades of Brass #BAA348

Tints of Brass #BAA348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 44.18%
G = 38.72%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAA348 (or 0xBAA348) is known color: Brass. HEX triplet: BA, A3 and 48. RGB value is (186,163,72). Sum of RGB (Red+Green+Blue) = 186+163+72=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA348 is #455CB7. Grayscale: #9F9F9F. Windows color (decimal): -4545720 or 4760506. OLE color: 4760506.

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

Color convert

RGB 186 163 72 -
CMYK 0 0.12 0.61 0.27
HSL 47.89º 0.45% 0.51% -
HSV(B) 47.89º 0.61% 0.73% -
XYZ 34.52 37.1 11.47 -
YUV 159.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 186 163 72 0 0.12 0.61 0.27 47.89 0.45 0.51
Hex BA A3 48 0 C 3D 1B 30 2D 33
Octal 272 243 110 0 14 75 33 60 55 63
Binary 10111010 10100011 1001000 0 1100 111101 11011 110000 101101 110011

Color Harmonies of #BAA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA348

Black with #BAA348

Text Example


Text Example

White with #BAA348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA348; }

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

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

background-color css

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

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

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

border-color css

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

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

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