Html Css Color HEX #BAB040 Brass

📋 copy color: '#BAB040'

red 186 ◦ green 176 ◦ blue 64

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

Shades of Brass #BAB040

Tints of Brass #BAB040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 43.66%
G = 41.31%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB040 (or 0xBAB040) is known color: Brass. HEX triplet: BA, B0 and 40. RGB value is (186,176,64). Sum of RGB (Red+Green+Blue) = 186+176+64=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB040 is #454FBF. Grayscale: #A6A6A6. Windows color (decimal): -4542400 or 4239546. OLE color: 4239546.

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

Color convert

RGB 186 176 64 -
CMYK 0 0.05 0.66 0.27
HSL 55.08º 0.49% 0.49% -
HSV(B) 55.08º 0.66% 0.73% -
XYZ 36.7 41.86 11 -
YUV 166.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 186 176 64 0 0.05 0.66 0.27 55.08 0.49 0.49
Hex BA B0 40 0 5 42 1B 37 31 31
Octal 272 260 100 0 5 102 33 67 61 61
Binary 10111010 10110000 1000000 0 101 1000010 11011 110111 110001 110001

Color Harmonies of #BAB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB040

Black with #BAB040

Text Example


Text Example

White with #BAB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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