Html Css Color HEX #BAA639 Brass

📋 copy color: '#BAA639'

red 186 ◦ green 166 ◦ blue 57

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

Shades of Brass #BAA639

Tints of Brass #BAA639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 57 (22.66% from 255) = 13.94%

R = 45.48%
G = 40.59%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA639 (or 0xBAA639) is known color: Brass. HEX triplet: BA, A6 and 39. RGB value is (186,166,57). Sum of RGB (Red+Green+Blue) = 186+166+57=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA639 is #4559C6. Grayscale: #A0A0A0. Windows color (decimal): -4544967 or 3778234. OLE color: 3778234.

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

Color convert

RGB 186 166 57 -
CMYK 0 0.11 0.69 0.27
HSL 50.7º 0.53% 0.48% -
HSV(B) 50.7º 0.69% 0.73% -
XYZ 34.62 38.01 9.38 -
YUV 159.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 186 166 57 0 0.11 0.69 0.27 50.7 0.53 0.48
Hex BA A6 39 0 B 45 1B 33 35 30
Octal 272 246 71 0 13 105 33 63 65 60
Binary 10111010 10100110 111001 0 1011 1000101 11011 110011 110101 110000

Color Harmonies of #BAA639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA639

Black with #BAA639

Text Example


Text Example

White with #BAA639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA639; }

 p { color: rgb(186,166,57); }

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

background-color css

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

 a { background-color: rgb(186,166,57); }

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

border-color css

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

 span { border-color: rgb(186,166,57); }

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