Html Css Color HEX #BAB547 Brass

📋 copy color: '#BAB547'

red 186 ◦ green 181 ◦ blue 71

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

Shades of Brass #BAB547

Tints of Brass #BAB547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

 BLUE value IS 71 (28.13% from 255) = 16.21%

R = 42.47%
G = 41.32%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAB547 (or 0xBAB547) is known color: Brass. HEX triplet: BA, B5 and 47. RGB value is (186,181,71). Sum of RGB (Red+Green+Blue) = 186+181+71=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB547 is #454AB8. Grayscale: #AAAAAA. Windows color (decimal): -4541113 or 4699578. OLE color: 4699578.

HSL color Cylindrical-coordinate representation of color #BAB547: hue angle of 57.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB547 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 71 -
CMYK 0 0.03 0.62 0.27
HSL 57.39º 0.45% 0.5% -
HSV(B) 57.39º 0.62% 0.73% -
XYZ 37.91 43.94 12.44 -
YUV 169.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 186 181 71 0 0.03 0.62 0.27 57.39 0.45 0.5
Hex BA B5 47 0 3 3E 1B 39 2D 32
Octal 272 265 107 0 3 76 33 71 55 62
Binary 10111010 10110101 1000111 0 11 111110 11011 111001 101101 110010

Color Harmonies of #BAB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB547

Black with #BAB547

Text Example


Text Example

White with #BAB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB547; }

 p { color: rgb(186,181,71); }

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

background-color css

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

 a { background-color: rgb(186,181,71); }

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

border-color css

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

 span { border-color: rgb(186,181,71); }

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