Html Css Color HEX #BAA735 Brass

📋 copy color: '#BAA735'

red 186 ◦ green 167 ◦ blue 53

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

Shades of Brass #BAA735

Tints of Brass #BAA735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.05%

R = 45.81%
G = 41.13%
B = 13.05%

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

#BAA735 (or 0xBAA735) is known color: Brass. HEX triplet: BA, A7 and 35. RGB value is (186,167,53). Sum of RGB (Red+Green+Blue) = 186+167+53=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA735 is #4558CA. Grayscale: #A0A0A0. Windows color (decimal): -4544715 or 3516346. OLE color: 3516346.

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

Color convert

RGB 186 167 53 -
CMYK 0 0.10 0.72 0.27
HSL 51.43º 0.56% 0.47% -
HSV(B) 51.43º 0.72% 0.73% -
XYZ 34.71 38.33 8.94 -
YUV 159.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 186 167 53 0 0.10 0.72 0.27 51.43 0.56 0.47
Hex BA A7 35 0 A 48 1B 33 38 2F
Octal 272 247 65 0 12 110 33 63 70 57
Binary 10111010 10100111 110101 0 1010 1001000 11011 110011 111000 101111

Color Harmonies of #BAA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA735

Black with #BAA735

Text Example


Text Example

White with #BAA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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