Html Css Color HEX #BAAC4C Brass

📋 copy color: '#BAAC4C'

red 186 ◦ green 172 ◦ blue 76

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

Shades of Brass #BAAC4C

Tints of Brass #BAAC4C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.63%

 BLUE value IS 76 (30.08% from 255) = 17.51%

R = 42.86%
G = 39.63%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAAC4C (or 0xBAAC4C) is known color: Brass. HEX triplet: BA, AC and 4C. RGB value is (186,172,76). Sum of RGB (Red+Green+Blue) = 186+172+76=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC4C is #4553B3. Grayscale: #A5A5A5. Windows color (decimal): -4543412 or 5024954. OLE color: 5024954.

HSL color Cylindrical-coordinate representation of color #BAAC4C: hue angle of 52.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAAC4C is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 76 -
CMYK 0 0.08 0.59 0.27
HSL 52.36º 0.44% 0.51% -
HSV(B) 52.36º 0.59% 0.73% -
XYZ 36.31 40.47 12.73 -
YUV 165.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 186 172 76 0 0.08 0.59 0.27 52.36 0.44 0.51
Hex BA AC 4C 0 8 3B 1B 34 2C 33
Octal 272 254 114 0 10 73 33 64 54 63
Binary 10111010 10101100 1001100 0 1000 111011 11011 110100 101100 110011

Color Harmonies of #BAAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC4C

Black with #BAAC4C

Text Example


Text Example

White with #BAAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC4C; }

 p { color: rgb(186,172,76); }

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

background-color css

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

 a { background-color: rgb(186,172,76); }

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

border-color css

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

 span { border-color: rgb(186,172,76); }

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