Html Css Color HEX #BAB146 Brass

📋 copy color: '#BAB146'

red 186 ◦ green 177 ◦ blue 70

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

Shades of Brass #BAB146

Tints of Brass #BAB146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.17%

R = 42.96%
G = 40.88%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAB146 (or 0xBAB146) is known color: Brass. HEX triplet: BA, B1 and 46. RGB value is (186,177,70). Sum of RGB (Red+Green+Blue) = 186+177+70=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB146 is #454EB9. Grayscale: #A7A7A7. Windows color (decimal): -4542138 or 4633018. OLE color: 4633018.

HSL color Cylindrical-coordinate representation of color #BAB146: hue angle of 55.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB146 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 70 -
CMYK 0 0.05 0.62 0.27
HSL 55.34º 0.46% 0.5% -
HSV(B) 55.34º 0.62% 0.73% -
XYZ 37.08 42.33 12.01 -
YUV 167.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 186 177 70 0 0.05 0.62 0.27 55.34 0.46 0.5
Hex BA B1 46 0 5 3E 1B 37 2E 32
Octal 272 261 106 0 5 76 33 67 56 62
Binary 10111010 10110001 1000110 0 101 111110 11011 110111 101110 110010

Color Harmonies of #BAB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB146

Black with #BAB146

Text Example


Text Example

White with #BAB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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