Html Css Color HEX #BAA736 Brass

📋 copy color: '#BAA736'

red 186 ◦ green 167 ◦ blue 54

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

Shades of Brass #BAA736

Tints of Brass #BAA736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.27%

R = 45.7%
G = 41.03%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BAA736 (or 0xBAA736) is known color: Brass. HEX triplet: BA, A7 and 36. RGB value is (186,167,54). Sum of RGB (Red+Green+Blue) = 186+167+54=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA736 is #4558C9. Grayscale: #A0A0A0. Windows color (decimal): -4544714 or 3581882. OLE color: 3581882.

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

Color convert

RGB 186 167 54 -
CMYK 0 0.10 0.71 0.27
HSL 51.36º 0.55% 0.47% -
HSV(B) 51.36º 0.71% 0.73% -
XYZ 34.73 38.34 9.06 -
YUV 159.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 186 167 54 0 0.10 0.71 0.27 51.36 0.55 0.47
Hex BA A7 36 0 A 47 1B 33 37 2F
Octal 272 247 66 0 12 107 33 63 67 57
Binary 10111010 10100111 110110 0 1010 1000111 11011 110011 110111 101111

Color Harmonies of #BAA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA736

Black with #BAA736

Text Example


Text Example

White with #BAA736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA736; }

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

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

background-color css

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

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

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

border-color css

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

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

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