Html Css Color HEX #BAA239 Brass

📋 copy color: '#BAA239'

red 186 ◦ green 162 ◦ blue 57

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

Shades of Brass #BAA239

Tints of Brass #BAA239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.07%

R = 45.93%
G = 40%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA239 (or 0xBAA239) is known color: Brass. HEX triplet: BA, A2 and 39. RGB value is (186,162,57). Sum of RGB (Red+Green+Blue) = 186+162+57=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA239 is #455DC6. Grayscale: #9D9D9D. Windows color (decimal): -4545991 or 3777210. OLE color: 3777210.

HSL color Cylindrical-coordinate representation of color #BAA239: hue angle of 48.84º degrees, saturation: 0.53, 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 #BAA239 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 57 -
CMYK 0 0.13 0.69 0.27
HSL 48.84º 0.53% 0.48% -
HSV(B) 48.84º 0.69% 0.73% -
XYZ 33.91 36.58 9.14 -
YUV 157.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 186 162 57 0 0.13 0.69 0.27 48.84 0.53 0.48
Hex BA A2 39 0 D 45 1B 31 35 30
Octal 272 242 71 0 15 105 33 61 65 60
Binary 10111010 10100010 111001 0 1101 1000101 11011 110001 110101 110000

Color Harmonies of #BAA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA239

Black with #BAA239

Text Example


Text Example

White with #BAA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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