Html Css Color HEX #BFA640 Brass

📋 copy color: '#BFA640'

red 191 ◦ green 166 ◦ blue 64

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

Shades of Brass #BFA640

Tints of Brass #BFA640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 45.37%
G = 39.43%
B = 15.2%

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

#BFA640 (or 0xBFA640) is known color: Brass. HEX triplet: BF, A6 and 40. RGB value is (191,166,64). Sum of RGB (Red+Green+Blue) = 191+166+64=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA640 is #4059BF. Grayscale: #A2A2A2. Windows color (decimal): -4217280 or 4236991. OLE color: 4236991.

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

Color convert

RGB 191 166 64 -
CMYK 0 0.13 0.66 0.25
HSL 48.19º 0.5% 0.5% -
HSV(B) 48.19º 0.66% 0.75% -
XYZ 36.05 38.72 10.42 -
YUV 161.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 191 166 64 0 0.13 0.66 0.25 48.19 0.5 0.5
Hex BF A6 40 0 D 42 19 30 32 32
Octal 277 246 100 0 15 102 31 60 62 62
Binary 10111111 10100110 1000000 0 1101 1000010 11001 110000 110010 110010

Color Harmonies of #BFA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA640

Black with #BFA640

Text Example


Text Example

White with #BFA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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