Html Css Color HEX #BAB537 Brass

📋 copy color: '#BAB537'

red 186 ◦ green 181 ◦ blue 55

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

Shades of Brass #BAB537

Tints of Brass #BAB537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.03%

R = 44.08%
G = 42.89%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAB537 (or 0xBAB537) is known color: Brass. HEX triplet: BA, B5 and 37. RGB value is (186,181,55). Sum of RGB (Red+Green+Blue) = 186+181+55=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB537 is #454AC8. Grayscale: #A8A8A8. Windows color (decimal): -4541129 or 3651002. OLE color: 3651002.

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

Color convert

RGB 186 181 55 -
CMYK 0 0.03 0.70 0.27
HSL 57.71º 0.54% 0.47% -
HSV(B) 57.71º 0.7% 0.73% -
XYZ 37.46 43.76 10.09 -
YUV 168.13 64.16 140.75 -
System Red Green Blue C M Y K H S L
Decimal 186 181 55 0 0.03 0.70 0.27 57.71 0.54 0.47
Hex BA B5 37 0 3 46 1B 3A 36 2F
Octal 272 265 67 0 3 106 33 72 66 57
Binary 10111010 10110101 110111 0 11 1000110 11011 111010 110110 101111

Color Harmonies of #BAB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB537

Black with #BAB537

Text Example


Text Example

White with #BAB537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB537; }

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

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

background-color css

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

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

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

border-color css

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

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

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