Html Css Color HEX #BAA236 Brass

📋 copy color: '#BAA236'

red 186 ◦ green 162 ◦ blue 54

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

Shades of Brass #BAA236

Tints of Brass #BAA236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

 BLUE value IS 54 (21.48% from 255) = 13.43%

R = 46.27%
G = 40.3%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BAA236 (or 0xBAA236) is known color: Brass. HEX triplet: BA, A2 and 36. RGB value is (186,162,54). Sum of RGB (Red+Green+Blue) = 186+162+54=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA236 is #455DC9. Grayscale: #9D9D9D. Windows color (decimal): -4545994 or 3580602. OLE color: 3580602.

HSL color Cylindrical-coordinate representation of color #BAA236: hue angle of 49.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAA236 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 54 -
CMYK 0 0.13 0.71 0.27
HSL 49.09º 0.55% 0.47% -
HSV(B) 49.09º 0.71% 0.73% -
XYZ 33.84 36.55 8.76 -
YUV 156.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 186 162 54 0 0.13 0.71 0.27 49.09 0.55 0.47
Hex BA A2 36 0 D 47 1B 31 37 2F
Octal 272 242 66 0 15 107 33 61 67 57
Binary 10111010 10100010 110110 0 1101 1000111 11011 110001 110111 101111

Color Harmonies of #BAA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA236

Black with #BAA236

Text Example


Text Example

White with #BAA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA236; }

 p { color: rgb(186,162,54); }

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

background-color css

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

 a { background-color: rgb(186,162,54); }

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

border-color css

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

 span { border-color: rgb(186,162,54); }

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