Html Css Color HEX #BFA440 Brass

📋 copy color: '#BFA440'

red 191 ◦ green 164 ◦ blue 64

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

Shades of Brass #BFA440

Tints of Brass #BFA440

RGB

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

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

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

R = 45.58%
G = 39.14%
B = 15.27%

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

#BFA440 (or 0xBFA440) is known color: Brass. HEX triplet: BF, A4 and 40. RGB value is (191,164,64). Sum of RGB (Red+Green+Blue) = 191+164+64=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA440 is #405BBF. Grayscale: #A1A1A1. Windows color (decimal): -4217792 or 4236479. OLE color: 4236479.

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

Color convert

RGB 191 164 64 -
CMYK 0 0.14 0.66 0.25
HSL 47.24º 0.5% 0.5% -
HSV(B) 47.24º 0.66% 0.75% -
XYZ 35.69 38 10.3 -
YUV 160.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 191 164 64 0 0.14 0.66 0.25 47.24 0.5 0.5
Hex BF A4 40 0 E 42 19 2F 32 32
Octal 277 244 100 0 16 102 31 57 62 62
Binary 10111111 10100100 1000000 0 1110 1000010 11001 101111 110010 110010

Color Harmonies of #BFA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA440

Black with #BFA440

Text Example


Text Example

White with #BFA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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