Html Css Color HEX #BAA23F Brass

📋 copy color: '#BAA23F'

red 186 ◦ green 162 ◦ blue 63

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

Shades of Brass #BAA23F

Tints of Brass #BAA23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.33%

R = 45.26%
G = 39.42%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAA23F (or 0xBAA23F) is known color: Brass. HEX triplet: BA, A2 and 3F. RGB value is (186,162,63). Sum of RGB (Red+Green+Blue) = 186+162+63=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA23F is #455DC0. Grayscale: #9E9E9E. Windows color (decimal): -4545985 or 4170426. OLE color: 4170426.

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

Color convert

RGB 186 162 63 -
CMYK 0 0.13 0.66 0.27
HSL 48.29º 0.49% 0.49% -
HSV(B) 48.29º 0.66% 0.73% -
XYZ 34.07 36.64 9.98 -
YUV 157.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 186 162 63 0 0.13 0.66 0.27 48.29 0.49 0.49
Hex BA A2 3F 0 D 42 1B 30 31 31
Octal 272 242 77 0 15 102 33 60 61 61
Binary 10111010 10100010 111111 0 1101 1000010 11011 110000 110001 110001

Color Harmonies of #BAA23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA23F

Black with #BAA23F

Text Example


Text Example

White with #BAA23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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