Html Css Color HEX #BAA633 Brass

📋 copy color: '#BAA633'

red 186 ◦ green 166 ◦ blue 51

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

Shades of Brass #BAA633

Tints of Brass #BAA633

RGB

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

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

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

R = 46.15%
G = 41.19%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAA633 (or 0xBAA633) is known color: Brass. HEX triplet: BA, A6 and 33. RGB value is (186,166,51). Sum of RGB (Red+Green+Blue) = 186+166+51=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA633 is #4559CC. Grayscale: #9F9F9F. Windows color (decimal): -4544973 or 3385018. OLE color: 3385018.

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

Color convert

RGB 186 166 51 -
CMYK 0 0.11 0.73 0.27
HSL 51.11º 0.57% 0.46% -
HSV(B) 51.11º 0.73% 0.73% -
XYZ 34.48 37.95 8.64 -
YUV 158.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 186 166 51 0 0.11 0.73 0.27 51.11 0.57 0.46
Hex BA A6 33 0 B 49 1B 33 39 2E
Octal 272 246 63 0 13 111 33 63 71 56
Binary 10111010 10100110 110011 0 1011 1001001 11011 110011 111001 101110

Color Harmonies of #BAA633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA633

Black with #BAA633

Text Example


Text Example

White with #BAA633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA633; }

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

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

background-color css

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

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

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

border-color css

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

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

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