Html Css Color HEX #BAA634 Brass

📋 copy color: '#BAA634'

red 186 ◦ green 166 ◦ blue 52

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

Shades of Brass #BAA634

Tints of Brass #BAA634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 46.04%
G = 41.09%
B = 12.87%

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

#BAA634 (or 0xBAA634) is known color: Brass. HEX triplet: BA, A6 and 34. RGB value is (186,166,52). Sum of RGB (Red+Green+Blue) = 186+166+52=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA634 is #4559CB. Grayscale: #9F9F9F. Windows color (decimal): -4544972 or 3450554. OLE color: 3450554.

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

Color convert

RGB 186 166 52 -
CMYK 0 0.11 0.72 0.27
HSL 51.04º 0.56% 0.47% -
HSV(B) 51.04º 0.72% 0.73% -
XYZ 34.51 37.96 8.76 -
YUV 158.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 186 166 52 0 0.11 0.72 0.27 51.04 0.56 0.47
Hex BA A6 34 0 B 48 1B 33 38 2F
Octal 272 246 64 0 13 110 33 63 70 57
Binary 10111010 10100110 110100 0 1011 1001000 11011 110011 111000 101111

Color Harmonies of #BAA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA634

Black with #BAA634

Text Example


Text Example

White with #BAA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA634; }

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

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

background-color css

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

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

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

border-color css

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

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

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