Html Css Color HEX #BAB037 Brass

📋 copy color: '#BAB037'

red 186 ◦ green 176 ◦ blue 55

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

Shades of Brass #BAB037

Tints of Brass #BAB037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 44.6%
G = 42.21%
B = 13.19%

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

#BAB037 (or 0xBAB037) is known color: Brass. HEX triplet: BA, B0 and 37. RGB value is (186,176,55). Sum of RGB (Red+Green+Blue) = 186+176+55=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB037 is #454FC8. Grayscale: #A5A5A5. Windows color (decimal): -4542409 or 3649722. OLE color: 3649722.

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

Color convert

RGB 186 176 55 -
CMYK 0 0.05 0.70 0.27
HSL 55.42º 0.54% 0.47% -
HSV(B) 55.42º 0.7% 0.73% -
XYZ 36.46 41.77 9.75 -
YUV 165.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 186 176 55 0 0.05 0.70 0.27 55.42 0.54 0.47
Hex BA B0 37 0 5 46 1B 37 36 2F
Octal 272 260 67 0 5 106 33 67 66 57
Binary 10111010 10110000 110111 0 101 1000110 11011 110111 110110 101111

Color Harmonies of #BAB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB037

Black with #BAB037

Text Example


Text Example

White with #BAB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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