Html Css Color HEX #BAA248 Brass

📋 copy color: '#BAA248'

red 186 ◦ green 162 ◦ blue 72

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

Shades of Brass #BAA248

Tints of Brass #BAA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

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

R = 44.29%
G = 38.57%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAA248 (or 0xBAA248) is known color: Brass. HEX triplet: BA, A2 and 48. RGB value is (186,162,72). Sum of RGB (Red+Green+Blue) = 186+162+72=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA248 is #455DB7. Grayscale: #9F9F9F. Windows color (decimal): -4545976 or 4760250. OLE color: 4760250.

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

Color convert

RGB 186 162 72 -
CMYK 0 0.13 0.61 0.27
HSL 47.37º 0.45% 0.51% -
HSV(B) 47.37º 0.61% 0.73% -
XYZ 34.34 36.75 11.41 -
YUV 158.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 186 162 72 0 0.13 0.61 0.27 47.37 0.45 0.51
Hex BA A2 48 0 D 3D 1B 2F 2D 33
Octal 272 242 110 0 15 75 33 57 55 63
Binary 10111010 10100010 1001000 0 1101 111101 11011 101111 101101 110011

Color Harmonies of #BAA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA248

Black with #BAA248

Text Example


Text Example

White with #BAA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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