Html Css Color HEX #BAA935 Brass

📋 copy color: '#BAA935'

red 186 ◦ green 169 ◦ blue 53

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

Shades of Brass #BAA935

Tints of Brass #BAA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

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

R = 45.59%
G = 41.42%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAA935 (or 0xBAA935) is known color: Brass. HEX triplet: BA, A9 and 35. RGB value is (186,169,53). Sum of RGB (Red+Green+Blue) = 186+169+53=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA935 is #4556CA. Grayscale: #A1A1A1. Windows color (decimal): -4544203 or 3516858. OLE color: 3516858.

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

Color convert

RGB 186 169 53 -
CMYK 0 0.09 0.72 0.27
HSL 52.33º 0.56% 0.47% -
HSV(B) 52.33º 0.72% 0.73% -
XYZ 35.08 39.07 9.06 -
YUV 160.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 186 169 53 0 0.09 0.72 0.27 52.33 0.56 0.47
Hex BA A9 35 0 9 48 1B 34 38 2F
Octal 272 251 65 0 11 110 33 64 70 57
Binary 10111010 10101001 110101 0 1001 1001000 11011 110100 111000 101111

Color Harmonies of #BAA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA935

Black with #BAA935

Text Example


Text Example

White with #BAA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA935; }

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

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

background-color css

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

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

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

border-color css

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

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

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