Html Css Color HEX #BFA141 Brass

📋 copy color: '#BFA141'

red 191 ◦ green 161 ◦ blue 65

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

Shades of Brass #BFA141

Tints of Brass #BFA141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 45.8%
G = 38.61%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFA141 (or 0xBFA141) is known color: Brass. HEX triplet: BF, A1 and 41. RGB value is (191,161,65). Sum of RGB (Red+Green+Blue) = 191+161+65=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA141 is #405EBE. Grayscale: #9F9F9F. Windows color (decimal): -4218559 or 4301247. OLE color: 4301247.

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

Color convert

RGB 191 161 65 -
CMYK 0 0.16 0.66 0.25
HSL 45.71º 0.5% 0.5% -
HSV(B) 45.71º 0.66% 0.75% -
XYZ 35.18 36.95 10.28 -
YUV 159.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 191 161 65 0 0.16 0.66 0.25 45.71 0.5 0.5
Hex BF A1 41 0 10 42 19 2E 32 32
Octal 277 241 101 0 20 102 31 56 62 62
Binary 10111111 10100001 1000001 0 10000 1000010 11001 101110 110010 110010

Color Harmonies of #BFA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA141

Black with #BFA141

Text Example


Text Example

White with #BFA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA141; }

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

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

background-color css

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

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

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

border-color css

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

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

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