Html Css Color HEX #BAA83F Brass

📋 copy color: '#BAA83F'

red 186 ◦ green 168 ◦ blue 63

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

Shades of Brass #BAA83F

Tints of Brass #BAA83F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

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

R = 44.6%
G = 40.29%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAA83F (or 0xBAA83F) is known color: Brass. HEX triplet: BA, A8 and 3F. RGB value is (186,168,63). Sum of RGB (Red+Green+Blue) = 186+168+63=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA83F is #4557C0. Grayscale: #A1A1A1. Windows color (decimal): -4544449 or 4171962. OLE color: 4171962.

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

Color convert

RGB 186 168 63 -
CMYK 0 0.10 0.66 0.27
HSL 51.22º 0.49% 0.49% -
HSV(B) 51.22º 0.66% 0.73% -
XYZ 35.15 38.8 10.34 -
YUV 161.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 186 168 63 0 0.10 0.66 0.27 51.22 0.49 0.49
Hex BA A8 3F 0 A 42 1B 33 31 31
Octal 272 250 77 0 12 102 33 63 61 61
Binary 10111010 10101000 111111 0 1010 1000010 11011 110011 110001 110001

Color Harmonies of #BAA83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA83F

Black with #BAA83F

Text Example


Text Example

White with #BAA83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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