Html Css Color HEX #BAA438 Brass

📋 copy color: '#BAA438'

red 186 ◦ green 164 ◦ blue 56

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

Shades of Brass #BAA438

Tints of Brass #BAA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

 BLUE value IS 56 (22.27% from 255) = 13.79%

R = 45.81%
G = 40.39%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAA438 (or 0xBAA438) is known color: Brass. HEX triplet: BA, A4 and 38. RGB value is (186,164,56). Sum of RGB (Red+Green+Blue) = 186+164+56=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA438 is #455BC7. Grayscale: #9E9E9E. Windows color (decimal): -4545480 or 3712186. OLE color: 3712186.

HSL color Cylindrical-coordinate representation of color #BAA438: hue angle of 49.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAA438 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 56 -
CMYK 0 0.12 0.70 0.27
HSL 49.85º 0.54% 0.47% -
HSV(B) 49.85º 0.7% 0.73% -
XYZ 34.24 37.28 9.13 -
YUV 158.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 186 164 56 0 0.12 0.70 0.27 49.85 0.54 0.47
Hex BA A4 38 0 C 46 1B 32 36 2F
Octal 272 244 70 0 14 106 33 62 66 57
Binary 10111010 10100100 111000 0 1100 1000110 11011 110010 110110 101111

Color Harmonies of #BAA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA438

Black with #BAA438

Text Example


Text Example

White with #BAA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA438; }

 p { color: rgb(186,164,56); }

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

background-color css

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

 a { background-color: rgb(186,164,56); }

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

border-color css

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

 span { border-color: rgb(186,164,56); }

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