Html Css Color HEX #BAB337 Brass

📋 copy color: '#BAB337'

red 186 ◦ green 179 ◦ blue 55

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

Shades of Brass #BAB337

Tints of Brass #BAB337

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

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

R = 44.29%
G = 42.62%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAB337 (or 0xBAB337) is known color: Brass. HEX triplet: BA, B3 and 37. RGB value is (186,179,55). Sum of RGB (Red+Green+Blue) = 186+179+55=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB337 is #454CC8. Grayscale: #A7A7A7. Windows color (decimal): -4541641 or 3650490. OLE color: 3650490.

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

Color convert

RGB 186 179 55 -
CMYK 0 0.04 0.70 0.27
HSL 56.79º 0.54% 0.47% -
HSV(B) 56.79º 0.7% 0.73% -
XYZ 37.06 42.96 9.95 -
YUV 166.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 186 179 55 0 0.04 0.70 0.27 56.79 0.54 0.47
Hex BA B3 37 0 4 46 1B 39 36 2F
Octal 272 263 67 0 4 106 33 71 66 57
Binary 10111010 10110011 110111 0 100 1000110 11011 111001 110110 101111

Color Harmonies of #BAB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB337

Black with #BAB337

Text Example


Text Example

White with #BAB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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