Html Css Color HEX #BAB44A Brass

📋 copy color: '#BAB44A'

red 186 ◦ green 180 ◦ blue 74

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

Shades of Brass #BAB44A

Tints of Brass #BAB44A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

 BLUE value IS 74 (29.3% from 255) = 16.82%

R = 42.27%
G = 40.91%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB44A (or 0xBAB44A) is known color: Brass. HEX triplet: BA, B4 and 4A. RGB value is (186,180,74). Sum of RGB (Red+Green+Blue) = 186+180+74=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB44A is #454BB5. Grayscale: #AAAAAA. Windows color (decimal): -4541366 or 4895930. OLE color: 4895930.

HSL color Cylindrical-coordinate representation of color #BAB44A: hue angle of 56.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB44A is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 74 -
CMYK 0 0.03 0.60 0.27
HSL 56.79º 0.45% 0.51% -
HSV(B) 56.79º 0.6% 0.73% -
XYZ 37.81 43.58 12.9 -
YUV 169.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 186 180 74 0 0.03 0.60 0.27 56.79 0.45 0.51
Hex BA B4 4A 0 3 3C 1B 39 2D 33
Octal 272 264 112 0 3 74 33 71 55 63
Binary 10111010 10110100 1001010 0 11 111100 11011 111001 101101 110011

Color Harmonies of #BAB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB44A

Black with #BAB44A

Text Example


Text Example

White with #BAB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB44A; }

 p { color: rgb(186,180,74); }

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

background-color css

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

 a { background-color: rgb(186,180,74); }

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

border-color css

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

 span { border-color: rgb(186,180,74); }

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