Html Css Color HEX #BAA435 Brass

📋 copy color: '#BAA435'

red 186 ◦ green 164 ◦ blue 53

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

Shades of Brass #BAA435

Tints of Brass #BAA435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

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

R = 46.15%
G = 40.69%
B = 13.15%

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

#BAA435 (or 0xBAA435) is known color: Brass. HEX triplet: BA, A4 and 35. RGB value is (186,164,53). Sum of RGB (Red+Green+Blue) = 186+164+53=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA435 is #455BCA. Grayscale: #9E9E9E. Windows color (decimal): -4545483 or 3515578. OLE color: 3515578.

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

Color convert

RGB 186 164 53 -
CMYK 0 0.12 0.72 0.27
HSL 50.08º 0.56% 0.47% -
HSV(B) 50.08º 0.72% 0.73% -
XYZ 34.17 37.25 8.76 -
YUV 157.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 186 164 53 0 0.12 0.72 0.27 50.08 0.56 0.47
Hex BA A4 35 0 C 48 1B 32 38 2F
Octal 272 244 65 0 14 110 33 62 70 57
Binary 10111010 10100100 110101 0 1100 1001000 11011 110010 111000 101111

Color Harmonies of #BAA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA435

Black with #BAA435

Text Example


Text Example

White with #BAA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA435; }

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

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

background-color css

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

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

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

border-color css

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

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

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