Html Css Color HEX #BA9F38 Brass

📋 copy color: '#BA9F38'

red 186 ◦ green 159 ◦ blue 56

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

Shades of Brass #BA9F38

Tints of Brass #BA9F38

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.65%

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

R = 46.38%
G = 39.65%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA9F38 (or 0xBA9F38) is known color: Brass. HEX triplet: BA, 9F and 38. RGB value is (186,159,56). Sum of RGB (Red+Green+Blue) = 186+159+56=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F38 is #4560C7. Grayscale: #9B9B9B. Windows color (decimal): -4546760 or 3710906. OLE color: 3710906.

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

Color convert

RGB 186 159 56 -
CMYK 0 0.15 0.70 0.27
HSL 47.54º 0.54% 0.47% -
HSV(B) 47.54º 0.7% 0.73% -
XYZ 33.36 35.52 8.84 -
YUV 155.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 186 159 56 0 0.15 0.70 0.27 47.54 0.54 0.47
Hex BA 9F 38 0 F 46 1B 30 36 2F
Octal 272 237 70 0 17 106 33 60 66 57
Binary 10111010 10011111 111000 0 1111 1000110 11011 110000 110110 101111

Color Harmonies of #BA9F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F38

Black with #BA9F38

Text Example


Text Example

White with #BA9F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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