Html Css Color HEX #BAB640 Brass

📋 copy color: '#BAB640'

red 186 ◦ green 182 ◦ blue 64

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

Shades of Brass #BAB640

Tints of Brass #BAB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

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

R = 43.06%
G = 42.13%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB640 (or 0xBAB640) is known color: Brass. HEX triplet: BA, B6 and 40. RGB value is (186,182,64). Sum of RGB (Red+Green+Blue) = 186+182+64=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB640 is #4549BF. Grayscale: #AAAAAA. Windows color (decimal): -4540864 or 4241082. OLE color: 4241082.

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

Color convert

RGB 186 182 64 -
CMYK 0 0.02 0.66 0.27
HSL 58.03º 0.49% 0.49% -
HSV(B) 58.03º 0.66% 0.73% -
XYZ 37.9 44.27 11.4 -
YUV 169.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 186 182 64 0 0.02 0.66 0.27 58.03 0.49 0.49
Hex BA B6 40 0 2 42 1B 3A 31 31
Octal 272 266 100 0 2 102 33 72 61 61
Binary 10111010 10110110 1000000 0 10 1000010 11011 111010 110001 110001

Color Harmonies of #BAB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB640

Black with #BAB640

Text Example


Text Example

White with #BAB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB640; }

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

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

background-color css

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

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

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

border-color css

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

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

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