Html Css Color HEX #BAB737 Brass

📋 copy color: '#BAB737'

red 186 ◦ green 183 ◦ blue 55

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

Shades of Brass #BAB737

Tints of Brass #BAB737

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

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

R = 43.87%
G = 43.16%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAB737 (or 0xBAB737) is known color: Brass. HEX triplet: BA, B7 and 37. RGB value is (186,183,55). Sum of RGB (Red+Green+Blue) = 186+183+55=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB737 is #4548C8. Grayscale: #A9A9A9. Windows color (decimal): -4540617 or 3651514. OLE color: 3651514.

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

Color convert

RGB 186 183 55 -
CMYK 0 0.02 0.70 0.27
HSL 58.63º 0.54% 0.47% -
HSV(B) 58.63º 0.7% 0.73% -
XYZ 37.87 44.58 10.22 -
YUV 169.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 186 183 55 0 0.02 0.70 0.27 58.63 0.54 0.47
Hex BA B7 37 0 2 46 1B 3B 36 2F
Octal 272 267 67 0 2 106 33 73 66 57
Binary 10111010 10110111 110111 0 10 1000110 11011 111011 110110 101111

Color Harmonies of #BAB737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB737

Black with #BAB737

Text Example


Text Example

White with #BAB737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB737; }

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

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

background-color css

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

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

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

border-color css

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

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

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