Html Css Color HEX #BAA734 Brass

📋 copy color: '#BAA734'

red 186 ◦ green 167 ◦ blue 52

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

Shades of Brass #BAA734

Tints of Brass #BAA734

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

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

R = 45.93%
G = 41.23%
B = 12.84%

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

#BAA734 (or 0xBAA734) is known color: Brass. HEX triplet: BA, A7 and 34. RGB value is (186,167,52). Sum of RGB (Red+Green+Blue) = 186+167+52=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA734 is #4558CB. Grayscale: #A0A0A0. Windows color (decimal): -4544716 or 3450810. OLE color: 3450810.

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

Color convert

RGB 186 167 52 -
CMYK 0 0.10 0.72 0.27
HSL 51.49º 0.56% 0.47% -
HSV(B) 51.49º 0.72% 0.73% -
XYZ 34.69 38.32 8.82 -
YUV 159.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 186 167 52 0 0.10 0.72 0.27 51.49 0.56 0.47
Hex BA A7 34 0 A 48 1B 33 38 2F
Octal 272 247 64 0 12 110 33 63 70 57
Binary 10111010 10100111 110100 0 1010 1001000 11011 110011 111000 101111

Color Harmonies of #BAA734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA734

Black with #BAA734

Text Example


Text Example

White with #BAA734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA734; }

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

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

background-color css

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

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

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

border-color css

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

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

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