Html Css Color HEX #BAB34A Brass

📋 copy color: '#BAB34A'

red 186 ◦ green 179 ◦ blue 74

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

Shades of Brass #BAB34A

Tints of Brass #BAB34A

RGB

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

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

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

R = 42.37%
G = 40.77%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB34A (or 0xBAB34A) is known color: Brass. HEX triplet: BA, B3 and 4A. RGB value is (186,179,74). Sum of RGB (Red+Green+Blue) = 186+179+74=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB34A is #454CB5. Grayscale: #A9A9A9. Windows color (decimal): -4541622 or 4895674. OLE color: 4895674.

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

Color convert

RGB 186 179 74 -
CMYK 0 0.04 0.60 0.27
HSL 56.25º 0.45% 0.51% -
HSV(B) 56.25º 0.6% 0.73% -
XYZ 37.61 43.17 12.83 -
YUV 169.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 186 179 74 0 0.04 0.60 0.27 56.25 0.45 0.51
Hex BA B3 4A 0 4 3C 1B 38 2D 33
Octal 272 263 112 0 4 74 33 70 55 63
Binary 10111010 10110011 1001010 0 100 111100 11011 111000 101101 110011

Color Harmonies of #BAB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB34A

Black with #BAB34A

Text Example


Text Example

White with #BAB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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