Html Css Color HEX #BAA342 Brass

📋 copy color: '#BAA342'

red 186 ◦ green 163 ◦ blue 66

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

Shades of Brass #BAA342

Tints of Brass #BAA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 44.82%
G = 39.28%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAA342 (or 0xBAA342) is known color: Brass. HEX triplet: BA, A3 and 42. RGB value is (186,163,66). Sum of RGB (Red+Green+Blue) = 186+163+66=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA342 is #455CBD. Grayscale: #9F9F9F. Windows color (decimal): -4545726 or 4367290. OLE color: 4367290.

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

Color convert

RGB 186 163 66 -
CMYK 0 0.12 0.65 0.27
HSL 48.5º 0.48% 0.49% -
HSV(B) 48.5º 0.65% 0.73% -
XYZ 34.33 37.03 10.49 -
YUV 158.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 186 163 66 0 0.12 0.65 0.27 48.5 0.48 0.49
Hex BA A3 42 0 C 41 1B 30 30 31
Octal 272 243 102 0 14 101 33 60 60 61
Binary 10111010 10100011 1000010 0 1100 1000001 11011 110000 110000 110001

Color Harmonies of #BAA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA342

Black with #BAA342

Text Example


Text Example

White with #BAA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA342; }

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

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

background-color css

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

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

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

border-color css

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

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

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