Html Css Color HEX #BAB14A Brass

📋 copy color: '#BAB14A'

red 186 ◦ green 177 ◦ blue 74

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

Shades of Brass #BAB14A

Tints of Brass #BAB14A

RGB

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

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

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

R = 42.56%
G = 40.5%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB14A (or 0xBAB14A) is known color: Brass. HEX triplet: BA, B1 and 4A. RGB value is (186,177,74). Sum of RGB (Red+Green+Blue) = 186+177+74=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB14A is #454EB5. Grayscale: #A8A8A8. Windows color (decimal): -4542134 or 4895162. OLE color: 4895162.

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

Color convert

RGB 186 177 74 -
CMYK 0 0.05 0.60 0.27
HSL 55.18º 0.45% 0.51% -
HSV(B) 55.18º 0.6% 0.73% -
XYZ 37.21 42.38 12.7 -
YUV 167.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 186 177 74 0 0.05 0.60 0.27 55.18 0.45 0.51
Hex BA B1 4A 0 5 3C 1B 37 2D 33
Octal 272 261 112 0 5 74 33 67 55 63
Binary 10111010 10110001 1001010 0 101 111100 11011 110111 101101 110011

Color Harmonies of #BAB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB14A

Black with #BAB14A

Text Example


Text Example

White with #BAB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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