Html Css Color HEX #BAA733 Brass

📋 copy color: '#BAA733'

red 186 ◦ green 167 ◦ blue 51

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

Shades of Brass #BAA733

Tints of Brass #BAA733

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

 BLUE value IS 51 (20.31% from 255) = 12.62%

R = 46.04%
G = 41.34%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAA733 (or 0xBAA733) is known color: Brass. HEX triplet: BA, A7 and 33. RGB value is (186,167,51). Sum of RGB (Red+Green+Blue) = 186+167+51=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA733 is #4558CC. Grayscale: #9F9F9F. Windows color (decimal): -4544717 or 3385274. OLE color: 3385274.

HSL color Cylindrical-coordinate representation of color #BAA733: hue angle of 51.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAA733 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 51 -
CMYK 0 0.10 0.73 0.27
HSL 51.56º 0.57% 0.46% -
HSV(B) 51.56º 0.73% 0.73% -
XYZ 34.67 38.32 8.7 -
YUV 159.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 186 167 51 0 0.10 0.73 0.27 51.56 0.57 0.46
Hex BA A7 33 0 A 49 1B 34 39 2E
Octal 272 247 63 0 12 111 33 64 71 56
Binary 10111010 10100111 110011 0 1010 1001001 11011 110100 111001 101110

Color Harmonies of #BAA733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA733

Black with #BAA733

Text Example


Text Example

White with #BAA733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA733; }

 p { color: rgb(186,167,51); }

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

background-color css

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

 a { background-color: rgb(186,167,51); }

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

border-color css

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

 span { border-color: rgb(186,167,51); }

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