Html Css Color HEX #BAB349 Brass

📋 copy color: '#BAB349'

red 186 ◦ green 179 ◦ blue 73

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

Shades of Brass #BAB349

Tints of Brass #BAB349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 73 (28.91% from 255) = 16.67%

R = 42.47%
G = 40.87%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAB349 (or 0xBAB349) is known color: Brass. HEX triplet: BA, B3 and 49. RGB value is (186,179,73). Sum of RGB (Red+Green+Blue) = 186+179+73=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB349 is #454CB6. Grayscale: #A9A9A9. Windows color (decimal): -4541623 or 4830138. OLE color: 4830138.

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

Color convert

RGB 186 179 73 -
CMYK 0 0.04 0.61 0.27
HSL 56.28º 0.45% 0.51% -
HSV(B) 56.28º 0.61% 0.73% -
XYZ 37.57 43.16 12.65 -
YUV 169.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 186 179 73 0 0.04 0.61 0.27 56.28 0.45 0.51
Hex BA B3 49 0 4 3D 1B 38 2D 33
Octal 272 263 111 0 4 75 33 70 55 63
Binary 10111010 10110011 1001001 0 100 111101 11011 111000 101101 110011

Color Harmonies of #BAB349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB349

Black with #BAB349

Text Example


Text Example

White with #BAB349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB349; }

 p { color: rgb(186,179,73); }

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

background-color css

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

 a { background-color: rgb(186,179,73); }

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

border-color css

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

 span { border-color: rgb(186,179,73); }

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