Html Css Color HEX #BFA641 Brass

📋 copy color: '#BFA641'

red 191 ◦ green 166 ◦ blue 65

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

Shades of Brass #BFA641

Tints of Brass #BFA641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

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

R = 45.26%
G = 39.34%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFA641 (or 0xBFA641) is known color: Brass. HEX triplet: BF, A6 and 41. RGB value is (191,166,65). Sum of RGB (Red+Green+Blue) = 191+166+65=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA641 is #4059BE. Grayscale: #A2A2A2. Windows color (decimal): -4217279 or 4302527. OLE color: 4302527.

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

Color convert

RGB 191 166 65 -
CMYK 0 0.13 0.66 0.25
HSL 48.1º 0.5% 0.5% -
HSV(B) 48.1º 0.66% 0.75% -
XYZ 36.08 38.73 10.58 -
YUV 161.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 191 166 65 0 0.13 0.66 0.25 48.1 0.5 0.5
Hex BF A6 41 0 D 42 19 30 32 32
Octal 277 246 101 0 15 102 31 60 62 62
Binary 10111111 10100110 1000001 0 1101 1000010 11001 110000 110010 110010

Color Harmonies of #BFA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA641

Black with #BFA641

Text Example


Text Example

White with #BFA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA641; }

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

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

background-color css

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

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

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

border-color css

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

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

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