Html Css Color HEX #BAB837 Brass

📋 copy color: '#BAB837'

red 186 ◦ green 184 ◦ blue 55

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

Shades of Brass #BAB837

Tints of Brass #BAB837

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

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

R = 43.76%
G = 43.29%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAB837 (or 0xBAB837) is known color: Brass. HEX triplet: BA, B8 and 37. RGB value is (186,184,55). Sum of RGB (Red+Green+Blue) = 186+184+55=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB837 is #4547C8. Grayscale: #AAAAAA. Windows color (decimal): -4540361 or 3651770. OLE color: 3651770.

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

Color convert

RGB 186 184 55 -
CMYK 0 0.01 0.70 0.27
HSL 59.08º 0.54% 0.47% -
HSV(B) 59.08º 0.7% 0.73% -
XYZ 38.08 45 10.29 -
YUV 169.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 186 184 55 0 0.01 0.70 0.27 59.08 0.54 0.47
Hex BA B8 37 0 1 46 1B 3B 36 2F
Octal 272 270 67 0 1 106 33 73 66 57
Binary 10111010 10111000 110111 0 1 1000110 11011 111011 110110 101111

Color Harmonies of #BAB837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB837

Black with #BAB837

Text Example


Text Example

White with #BAB837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB837; }

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

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

background-color css

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

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

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

border-color css

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

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

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