Html Css Color HEX #BAB541 Brass

📋 copy color: '#BAB541'

red 186 ◦ green 181 ◦ blue 65

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

Shades of Brass #BAB541

Tints of Brass #BAB541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.05%

R = 43.06%
G = 41.9%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAB541 (or 0xBAB541) is known color: Brass. HEX triplet: BA, B5 and 41. RGB value is (186,181,65). Sum of RGB (Red+Green+Blue) = 186+181+65=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB541 is #454ABE. Grayscale: #A9A9A9. Windows color (decimal): -4541119 or 4306362. OLE color: 4306362.

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

Color convert

RGB 186 181 65 -
CMYK 0 0.03 0.65 0.27
HSL 57.52º 0.48% 0.49% -
HSV(B) 57.52º 0.65% 0.73% -
XYZ 37.73 43.87 11.48 -
YUV 169.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 186 181 65 0 0.03 0.65 0.27 57.52 0.48 0.49
Hex BA B5 41 0 3 41 1B 3A 30 31
Octal 272 265 101 0 3 101 33 72 60 61
Binary 10111010 10110101 1000001 0 11 1000001 11011 111010 110000 110001

Color Harmonies of #BAB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB541

Black with #BAB541

Text Example


Text Example

White with #BAB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB541; }

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

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

background-color css

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

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

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

border-color css

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

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

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