Html Css Color HEX #BFA53F Brass

📋 copy color: '#BFA53F'

red 191 ◦ green 165 ◦ blue 63

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

Shades of Brass #BFA53F

Tints of Brass #BFA53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.04%

R = 45.58%
G = 39.38%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BFA53F (or 0xBFA53F) is known color: Brass. HEX triplet: BF, A5 and 3F. RGB value is (191,165,63). Sum of RGB (Red+Green+Blue) = 191+165+63=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA53F is #405AC0. Grayscale: #A1A1A1. Windows color (decimal): -4217537 or 4171199. OLE color: 4171199.

HSL color Cylindrical-coordinate representation of color #BFA53F: hue angle of 47.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFA53F is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 63 -
CMYK 0 0.14 0.67 0.25
HSL 47.81º 0.5% 0.5% -
HSV(B) 47.81º 0.67% 0.75% -
XYZ 35.84 38.35 10.22 -
YUV 161.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 191 165 63 0 0.14 0.67 0.25 47.81 0.5 0.5
Hex BF A5 3F 0 E 43 19 30 32 32
Octal 277 245 77 0 16 103 31 60 62 62
Binary 10111111 10100101 111111 0 1110 1000011 11001 110000 110010 110010

Color Harmonies of #BFA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA53F

Black with #BFA53F

Text Example


Text Example

White with #BFA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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