Html Css Color HEX #BAA83B Brass

📋 copy color: '#BAA83B'

red 186 ◦ green 168 ◦ blue 59

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

Shades of Brass #BAA83B

Tints of Brass #BAA83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.29%

R = 45.04%
G = 40.68%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAA83B (or 0xBAA83B) is known color: Brass. HEX triplet: BA, A8 and 3B. RGB value is (186,168,59). Sum of RGB (Red+Green+Blue) = 186+168+59=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA83B is #4557C4. Grayscale: #A1A1A1. Windows color (decimal): -4544453 or 3909818. OLE color: 3909818.

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

Color convert

RGB 186 168 59 -
CMYK 0 0.10 0.68 0.27
HSL 51.5º 0.52% 0.48% -
HSV(B) 51.5º 0.68% 0.73% -
XYZ 35.04 38.76 9.77 -
YUV 160.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 186 168 59 0 0.10 0.68 0.27 51.5 0.52 0.48
Hex BA A8 3B 0 A 44 1B 33 34 30
Octal 272 250 73 0 12 104 33 63 64 60
Binary 10111010 10101000 111011 0 1010 1000100 11011 110011 110100 110000

Color Harmonies of #BAA83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA83B

Black with #BAA83B

Text Example


Text Example

White with #BAA83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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