Html Css Color HEX #BAAC42 Brass

📋 copy color: '#BAAC42'

red 186 ◦ green 172 ◦ blue 66

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

Shades of Brass #BAAC42

Tints of Brass #BAAC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.57%

R = 43.87%
G = 40.57%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAAC42 (or 0xBAAC42) is known color: Brass. HEX triplet: BA, AC and 42. RGB value is (186,172,66). Sum of RGB (Red+Green+Blue) = 186+172+66=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC42 is #4553BD. Grayscale: #A4A4A4. Windows color (decimal): -4543422 or 4369594. OLE color: 4369594.

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

Color convert

RGB 186 172 66 -
CMYK 0 0.08 0.65 0.27
HSL 53º 0.48% 0.49% -
HSV(B) 53º 0.65% 0.73% -
XYZ 35.99 40.34 11.04 -
YUV 164.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 186 172 66 0 0.08 0.65 0.27 53 0.48 0.49
Hex BA AC 42 0 8 41 1B 35 30 31
Octal 272 254 102 0 10 101 33 65 60 61
Binary 10111010 10101100 1000010 0 1000 1000001 11011 110101 110000 110001

Color Harmonies of #BAAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC42

Black with #BAAC42

Text Example


Text Example

White with #BAAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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