Html Css Color HEX #BAAC33 Brass

📋 copy color: '#BAAC33'

red 186 ◦ green 172 ◦ blue 51

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

Shades of Brass #BAAC33

Tints of Brass #BAAC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.05%

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

R = 45.48%
G = 42.05%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAAC33 (or 0xBAAC33) is known color: Brass. HEX triplet: BA, AC and 33. RGB value is (186,172,51). Sum of RGB (Red+Green+Blue) = 186+172+51=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC33 is #4553CC. Grayscale: #A2A2A2. Windows color (decimal): -4543437 or 3386554. OLE color: 3386554.

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

Color convert

RGB 186 172 51 -
CMYK 0 0.08 0.73 0.27
HSL 53.78º 0.57% 0.46% -
HSV(B) 53.78º 0.73% 0.73% -
XYZ 35.6 40.18 9.01 -
YUV 162.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 186 172 51 0 0.08 0.73 0.27 53.78 0.57 0.46
Hex BA AC 33 0 8 49 1B 36 39 2E
Octal 272 254 63 0 10 111 33 66 71 56
Binary 10111010 10101100 110011 0 1000 1001001 11011 110110 111001 101110

Color Harmonies of #BAAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC33

Black with #BAAC33

Text Example


Text Example

White with #BAAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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