Html Css Color HEX #BAA33A Brass

📋 copy color: '#BAA33A'

red 186 ◦ green 163 ◦ blue 58

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

Shades of Brass #BAA33A

Tints of Brass #BAA33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 58 (23.05% from 255) = 14.25%

R = 45.7%
G = 40.05%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA33A (or 0xBAA33A) is known color: Brass. HEX triplet: BA, A3 and 3A. RGB value is (186,163,58). Sum of RGB (Red+Green+Blue) = 186+163+58=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA33A is #455CC5. Grayscale: #9E9E9E. Windows color (decimal): -4545734 or 3843002. OLE color: 3843002.

HSL color Cylindrical-coordinate representation of color #BAA33A: hue angle of 49.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAA33A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 163 58 -
CMYK 0 0.12 0.69 0.27
HSL 49.22º 0.52% 0.48% -
HSV(B) 49.22º 0.69% 0.73% -
XYZ 34.11 36.94 9.34 -
YUV 157.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 186 163 58 0 0.12 0.69 0.27 49.22 0.52 0.48
Hex BA A3 3A 0 C 45 1B 31 34 30
Octal 272 243 72 0 14 105 33 61 64 60
Binary 10111010 10100011 111010 0 1100 1000101 11011 110001 110100 110000

Color Harmonies of #BAA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA33A

Black with #BAA33A

Text Example


Text Example

White with #BAA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA33A; }

 p { color: rgb(186,163,58); }

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

background-color css

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

 a { background-color: rgb(186,163,58); }

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

border-color css

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

 span { border-color: rgb(186,163,58); }

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