Html Css Color HEX #BFA139 Brass

📋 copy color: '#BFA139'

red 191 ◦ green 161 ◦ blue 57

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

Shades of Brass #BFA139

Tints of Brass #BFA139

RGB

 RED value IS 191 (75% from 255) = 46.7%

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

 BLUE value IS 57 (22.66% from 255) = 13.94%

R = 46.7%
G = 39.36%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFA139 (or 0xBFA139) is known color: Brass. HEX triplet: BF, A1 and 39. RGB value is (191,161,57). Sum of RGB (Red+Green+Blue) = 191+161+57=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA139 is #405EC6. Grayscale: #9E9E9E. Windows color (decimal): -4218567 or 3776959. OLE color: 3776959.

HSL color Cylindrical-coordinate representation of color #BFA139: hue angle of 46.57º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFA139 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 161 57 -
CMYK 0 0.16 0.70 0.25
HSL 46.57º 0.54% 0.49% -
HSV(B) 46.57º 0.7% 0.75% -
XYZ 34.97 36.86 9.14 -
YUV 158.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 191 161 57 0 0.16 0.70 0.25 46.57 0.54 0.49
Hex BF A1 39 0 10 46 19 2F 36 31
Octal 277 241 71 0 20 106 31 57 66 61
Binary 10111111 10100001 111001 0 10000 1000110 11001 101111 110110 110001

Color Harmonies of #BFA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA139

Black with #BFA139

Text Example


Text Example

White with #BFA139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA139; }

 p { color: rgb(191,161,57); }

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

background-color css

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

 a { background-color: rgb(191,161,57); }

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

border-color css

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

 span { border-color: rgb(191,161,57); }

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