Html Css Color HEX #BAAC34 Brass

📋 copy color: '#BAAC34'

red 186 ◦ green 172 ◦ blue 52

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

Shades of Brass #BAAC34

Tints of Brass #BAAC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 45.37%
G = 41.95%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAAC34 (or 0xBAAC34) is known color: Brass. HEX triplet: BA, AC and 34. RGB value is (186,172,52). Sum of RGB (Red+Green+Blue) = 186+172+52=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC34 is #4553CB. Grayscale: #A2A2A2. Windows color (decimal): -4543436 or 3452090. OLE color: 3452090.

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

Color convert

RGB 186 172 52 -
CMYK 0 0.08 0.72 0.27
HSL 53.73º 0.56% 0.47% -
HSV(B) 53.73º 0.72% 0.73% -
XYZ 35.62 40.19 9.13 -
YUV 162.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 186 172 52 0 0.08 0.72 0.27 53.73 0.56 0.47
Hex BA AC 34 0 8 48 1B 36 38 2F
Octal 272 254 64 0 10 110 33 66 70 57
Binary 10111010 10101100 110100 0 1000 1001000 11011 110110 111000 101111

Color Harmonies of #BAAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC34

Black with #BAAC34

Text Example


Text Example

White with #BAAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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