Html Css Color HEX #BAB540 Brass

📋 copy color: '#BAB540'

red 186 ◦ green 181 ◦ blue 64

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

Shades of Brass #BAB540

Tints of Brass #BAB540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 43.16%
G = 42%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB540 (or 0xBAB540) is known color: Brass. HEX triplet: BA, B5 and 40. RGB value is (186,181,64). Sum of RGB (Red+Green+Blue) = 186+181+64=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB540 is #454ABF. Grayscale: #A9A9A9. Windows color (decimal): -4541120 or 4240826. OLE color: 4240826.

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

Color convert

RGB 186 181 64 -
CMYK 0 0.03 0.66 0.27
HSL 57.54º 0.49% 0.49% -
HSV(B) 57.54º 0.66% 0.73% -
XYZ 37.7 43.86 11.33 -
YUV 169.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 186 181 64 0 0.03 0.66 0.27 57.54 0.49 0.49
Hex BA B5 40 0 3 42 1B 3A 31 31
Octal 272 265 100 0 3 102 33 72 61 61
Binary 10111010 10110101 1000000 0 11 1000010 11011 111010 110001 110001

Color Harmonies of #BAB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB540

Black with #BAB540

Text Example


Text Example

White with #BAB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB540; }

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

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

background-color css

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

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

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

border-color css

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

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

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