Html Css Color HEX #BA9F36 Brass

📋 copy color: '#BA9F36'

red 186 ◦ green 159 ◦ blue 54

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

Shades of Brass #BA9F36

Tints of Brass #BA9F36

RGB

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

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

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

R = 46.62%
G = 39.85%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA9F36 (or 0xBA9F36) is known color: Brass. HEX triplet: BA, 9F and 36. RGB value is (186,159,54). Sum of RGB (Red+Green+Blue) = 186+159+54=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F36 is #4560C9. Grayscale: #9B9B9B. Windows color (decimal): -4546762 or 3579834. OLE color: 3579834.

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

Color convert

RGB 186 159 54 -
CMYK 0 0.15 0.71 0.27
HSL 47.73º 0.55% 0.47% -
HSV(B) 47.73º 0.71% 0.73% -
XYZ 33.31 35.5 8.59 -
YUV 155.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 186 159 54 0 0.15 0.71 0.27 47.73 0.55 0.47
Hex BA 9F 36 0 F 47 1B 30 37 2F
Octal 272 237 66 0 17 107 33 60 67 57
Binary 10111010 10011111 110110 0 1111 1000111 11011 110000 110111 101111

Color Harmonies of #BA9F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F36

Black with #BA9F36

Text Example


Text Example

White with #BA9F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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