Html Css Color HEX #BAA834 Brass

📋 copy color: '#BAA834'

red 186 ◦ green 168 ◦ blue 52

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

Shades of Brass #BAA834

Tints of Brass #BAA834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.81%

R = 45.81%
G = 41.38%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAA834 (or 0xBAA834) is known color: Brass. HEX triplet: BA, A8 and 34. RGB value is (186,168,52). Sum of RGB (Red+Green+Blue) = 186+168+52=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA834 is #4557CB. Grayscale: #A0A0A0. Windows color (decimal): -4544460 or 3451066. OLE color: 3451066.

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

Color convert

RGB 186 168 52 -
CMYK 0 0.10 0.72 0.27
HSL 51.94º 0.56% 0.47% -
HSV(B) 51.94º 0.72% 0.73% -
XYZ 34.87 38.69 8.88 -
YUV 160.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 186 168 52 0 0.10 0.72 0.27 51.94 0.56 0.47
Hex BA A8 34 0 A 48 1B 34 38 2F
Octal 272 250 64 0 12 110 33 64 70 57
Binary 10111010 10101000 110100 0 1010 1001000 11011 110100 111000 101111

Color Harmonies of #BAA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA834

Black with #BAA834

Text Example


Text Example

White with #BAA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA834; }

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

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

background-color css

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

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

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

border-color css

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

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

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