Html Css Color HEX #BAA335 Brass

📋 copy color: '#BAA335'

red 186 ◦ green 163 ◦ blue 53

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

Shades of Brass #BAA335

Tints of Brass #BAA335

RGB

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

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

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

R = 46.27%
G = 40.55%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAA335 (or 0xBAA335) is known color: Brass. HEX triplet: BA, A3 and 35. RGB value is (186,163,53). Sum of RGB (Red+Green+Blue) = 186+163+53=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA335 is #455CCA. Grayscale: #9D9D9D. Windows color (decimal): -4545739 or 3515322. OLE color: 3515322.

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

Color convert

RGB 186 163 53 -
CMYK 0 0.12 0.72 0.27
HSL 49.62º 0.56% 0.47% -
HSV(B) 49.62º 0.72% 0.73% -
XYZ 33.99 36.89 8.7 -
YUV 157.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 186 163 53 0 0.12 0.72 0.27 49.62 0.56 0.47
Hex BA A3 35 0 C 48 1B 32 38 2F
Octal 272 243 65 0 14 110 33 62 70 57
Binary 10111010 10100011 110101 0 1100 1001000 11011 110010 111000 101111

Color Harmonies of #BAA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA335

Black with #BAA335

Text Example


Text Example

White with #BAA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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