Html Css Color HEX #BAA635 Brass

📋 copy color: '#BAA635'

red 186 ◦ green 166 ◦ blue 53

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

Shades of Brass #BAA635

Tints of Brass #BAA635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 45.93%
G = 40.99%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAA635 (or 0xBAA635) is known color: Brass. HEX triplet: BA, A6 and 35. RGB value is (186,166,53). Sum of RGB (Red+Green+Blue) = 186+166+53=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA635 is #4559CA. Grayscale: #9F9F9F. Windows color (decimal): -4544971 or 3516090. OLE color: 3516090.

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

Color convert

RGB 186 166 53 -
CMYK 0 0.11 0.72 0.27
HSL 50.98º 0.56% 0.47% -
HSV(B) 50.98º 0.72% 0.73% -
XYZ 34.53 37.97 8.88 -
YUV 159.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 186 166 53 0 0.11 0.72 0.27 50.98 0.56 0.47
Hex BA A6 35 0 B 48 1B 33 38 2F
Octal 272 246 65 0 13 110 33 63 70 57
Binary 10111010 10100110 110101 0 1011 1001000 11011 110011 111000 101111

Color Harmonies of #BAA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA635

Black with #BAA635

Text Example


Text Example

White with #BAA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA635; }

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

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

background-color css

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

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

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

border-color css

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

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

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