Html Css Color HEX #BAB340 Brass

📋 copy color: '#BAB340'

red 186 ◦ green 179 ◦ blue 64

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

Shades of Brass #BAB340

Tints of Brass #BAB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

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

R = 43.36%
G = 41.72%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB340 (or 0xBAB340) is known color: Brass. HEX triplet: BA, B3 and 40. RGB value is (186,179,64). Sum of RGB (Red+Green+Blue) = 186+179+64=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB340 is #454CBF. Grayscale: #A8A8A8. Windows color (decimal): -4541632 or 4240314. OLE color: 4240314.

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

Color convert

RGB 186 179 64 -
CMYK 0 0.04 0.66 0.27
HSL 56.56º 0.49% 0.49% -
HSV(B) 56.56º 0.66% 0.73% -
XYZ 37.3 43.05 11.19 -
YUV 167.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 186 179 64 0 0.04 0.66 0.27 56.56 0.49 0.49
Hex BA B3 40 0 4 42 1B 39 31 31
Octal 272 263 100 0 4 102 33 71 61 61
Binary 10111010 10110011 1000000 0 100 1000010 11011 111001 110001 110001

Color Harmonies of #BAB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB340

Black with #BAB340

Text Example


Text Example

White with #BAB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB340; }

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

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

background-color css

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

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

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

border-color css

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

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

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