Html Css Color HEX #BAA035 Brass

📋 copy color: '#BAA035'

red 186 ◦ green 160 ◦ blue 53

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

Shades of Brass #BAA035

Tints of Brass #BAA035

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 46.62%
G = 40.1%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAA035 (or 0xBAA035) is known color: Brass. HEX triplet: BA, A0 and 35. RGB value is (186,160,53). Sum of RGB (Red+Green+Blue) = 186+160+53=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA035 is #455FCA. Grayscale: #9C9C9C. Windows color (decimal): -4546507 or 3514554. OLE color: 3514554.

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

Color convert

RGB 186 160 53 -
CMYK 0 0.14 0.72 0.27
HSL 48.27º 0.56% 0.47% -
HSV(B) 48.27º 0.72% 0.73% -
XYZ 33.46 35.84 8.52 -
YUV 155.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 186 160 53 0 0.14 0.72 0.27 48.27 0.56 0.47
Hex BA A0 35 0 E 48 1B 30 38 2F
Octal 272 240 65 0 16 110 33 60 70 57
Binary 10111010 10100000 110101 0 1110 1001000 11011 110000 111000 101111

Color Harmonies of #BAA035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA035

Black with #BAA035

Text Example


Text Example

White with #BAA035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA035; }

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

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

background-color css

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

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

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

border-color css

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

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

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