Html Css Color HEX #BAB137 Brass

📋 copy color: '#BAB137'

red 186 ◦ green 177 ◦ blue 55

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

Shades of Brass #BAB137

Tints of Brass #BAB137

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

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

R = 44.5%
G = 42.34%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAB137 (or 0xBAB137) is known color: Brass. HEX triplet: BA, B1 and 37. RGB value is (186,177,55). Sum of RGB (Red+Green+Blue) = 186+177+55=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB137 is #454EC8. Grayscale: #A6A6A6. Windows color (decimal): -4542153 or 3649978. OLE color: 3649978.

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

Color convert

RGB 186 177 55 -
CMYK 0 0.05 0.70 0.27
HSL 55.88º 0.54% 0.47% -
HSV(B) 55.88º 0.7% 0.73% -
XYZ 36.66 42.16 9.82 -
YUV 165.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 186 177 55 0 0.05 0.70 0.27 55.88 0.54 0.47
Hex BA B1 37 0 5 46 1B 38 36 2F
Octal 272 261 67 0 5 106 33 70 66 57
Binary 10111010 10110001 110111 0 101 1000110 11011 111000 110110 101111

Color Harmonies of #BAB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB137

Black with #BAB137

Text Example


Text Example

White with #BAB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB137; }

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

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

background-color css

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

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

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

border-color css

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

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

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