Html Css Color HEX #BFA540 Brass

📋 copy color: '#BFA540'

red 191 ◦ green 165 ◦ blue 64

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

Shades of Brass #BFA540

Tints of Brass #BFA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

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

R = 45.48%
G = 39.29%
B = 15.24%

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

#BFA540 (or 0xBFA540) is known color: Brass. HEX triplet: BF, A5 and 40. RGB value is (191,165,64). Sum of RGB (Red+Green+Blue) = 191+165+64=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA540 is #405ABF. Grayscale: #A1A1A1. Windows color (decimal): -4217536 or 4236735. OLE color: 4236735.

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

Color convert

RGB 191 165 64 -
CMYK 0 0.14 0.66 0.25
HSL 47.72º 0.5% 0.5% -
HSV(B) 47.72º 0.66% 0.75% -
XYZ 35.87 38.36 10.36 -
YUV 161.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 191 165 64 0 0.14 0.66 0.25 47.72 0.5 0.5
Hex BF A5 40 0 E 42 19 30 32 32
Octal 277 245 100 0 16 102 31 60 62 62
Binary 10111111 10100101 1000000 0 1110 1000010 11001 110000 110010 110010

Color Harmonies of #BFA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA540

Black with #BFA540

Text Example


Text Example

White with #BFA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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