Html Css Color HEX #BAB437 Brass

📋 copy color: '#BAB437'

red 186 ◦ green 180 ◦ blue 55

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

Shades of Brass #BAB437

Tints of Brass #BAB437

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

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

R = 44.18%
G = 42.76%
B = 13.06%

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

#BAB437 (or 0xBAB437) is known color: Brass. HEX triplet: BA, B4 and 37. RGB value is (186,180,55). Sum of RGB (Red+Green+Blue) = 186+180+55=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB437 is #454BC8. Grayscale: #A8A8A8. Windows color (decimal): -4541385 or 3650746. OLE color: 3650746.

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

Color convert

RGB 186 180 55 -
CMYK 0 0.03 0.70 0.27
HSL 57.25º 0.54% 0.47% -
HSV(B) 57.25º 0.7% 0.73% -
XYZ 37.26 43.36 10.02 -
YUV 167.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 186 180 55 0 0.03 0.70 0.27 57.25 0.54 0.47
Hex BA B4 37 0 3 46 1B 39 36 2F
Octal 272 264 67 0 3 106 33 71 66 57
Binary 10111010 10110100 110111 0 11 1000110 11011 111001 110110 101111

Color Harmonies of #BAB437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB437

Black with #BAB437

Text Example


Text Example

White with #BAB437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB437; }

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

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

background-color css

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

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

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

border-color css

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

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

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