Html Css Color HEX #BAA83A Brass

📋 copy color: '#BAA83A'

red 186 ◦ green 168 ◦ blue 58

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

Shades of Brass #BAA83A

Tints of Brass #BAA83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 45.15%
G = 40.78%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA83A (or 0xBAA83A) is known color: Brass. HEX triplet: BA, A8 and 3A. RGB value is (186,168,58). Sum of RGB (Red+Green+Blue) = 186+168+58=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA83A is #4557C5. Grayscale: #A1A1A1. Windows color (decimal): -4544454 or 3844282. OLE color: 3844282.

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

Color convert

RGB 186 168 58 -
CMYK 0 0.10 0.69 0.27
HSL 51.56º 0.52% 0.48% -
HSV(B) 51.56º 0.69% 0.73% -
XYZ 35.02 38.75 9.64 -
YUV 160.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 186 168 58 0 0.10 0.69 0.27 51.56 0.52 0.48
Hex BA A8 3A 0 A 45 1B 34 34 30
Octal 272 250 72 0 12 105 33 64 64 60
Binary 10111010 10101000 111010 0 1010 1000101 11011 110100 110100 110000

Color Harmonies of #BAA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA83A

Black with #BAA83A

Text Example


Text Example

White with #BAA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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