Html Css Color HEX #BAA135 Brass

📋 copy color: '#BAA135'

red 186 ◦ green 161 ◦ blue 53

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

Shades of Brass #BAA135

Tints of Brass #BAA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

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

R = 46.5%
G = 40.25%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAA135 (or 0xBAA135) is known color: Brass. HEX triplet: BA, A1 and 35. RGB value is (186,161,53). Sum of RGB (Red+Green+Blue) = 186+161+53=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA135 is #455ECA. Grayscale: #9C9C9C. Windows color (decimal): -4546251 or 3514810. OLE color: 3514810.

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

Color convert

RGB 186 161 53 -
CMYK 0 0.13 0.72 0.27
HSL 48.72º 0.56% 0.47% -
HSV(B) 48.72º 0.72% 0.73% -
XYZ 33.64 36.19 8.58 -
YUV 156.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 186 161 53 0 0.13 0.72 0.27 48.72 0.56 0.47
Hex BA A1 35 0 D 48 1B 31 38 2F
Octal 272 241 65 0 15 110 33 61 70 57
Binary 10111010 10100001 110101 0 1101 1001000 11011 110001 111000 101111

Color Harmonies of #BAA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA135

Black with #BAA135

Text Example


Text Example

White with #BAA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA135; }

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

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

background-color css

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

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

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

border-color css

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

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

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