Html Css Color HEX #BFA441 Brass

📋 copy color: '#BFA441'

red 191 ◦ green 164 ◦ blue 65

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

Shades of Brass #BFA441

Tints of Brass #BFA441

RGB

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

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

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

R = 45.48%
G = 39.05%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFA441 (or 0xBFA441) is known color: Brass. HEX triplet: BF, A4 and 41. RGB value is (191,164,65). Sum of RGB (Red+Green+Blue) = 191+164+65=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA441 is #405BBE. Grayscale: #A1A1A1. Windows color (decimal): -4217791 or 4302015. OLE color: 4302015.

HSL color Cylindrical-coordinate representation of color #BFA441: hue angle of 47.14º 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 #BFA441 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 164 65 -
CMYK 0 0.14 0.66 0.25
HSL 47.14º 0.5% 0.5% -
HSV(B) 47.14º 0.66% 0.75% -
XYZ 35.72 38.01 10.46 -
YUV 160.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 191 164 65 0 0.14 0.66 0.25 47.14 0.5 0.5
Hex BF A4 41 0 E 42 19 2F 32 32
Octal 277 244 101 0 16 102 31 57 62 62
Binary 10111111 10100100 1000001 0 1110 1000010 11001 101111 110010 110010

Color Harmonies of #BFA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA441

Black with #BFA441

Text Example


Text Example

White with #BFA441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA441; }

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

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

background-color css

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

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

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

border-color css

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

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

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