#BFA636

Color #BFA636 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #BFA636

Tints of Brass #BFA636

Color information

#BFA636 (or 0xBFA636) is unknown color: approx Brass. HEX triplet: BF, A6 and 36. RGB value is (191,166,54). Sum of RGB (Red+Green+Blue) = 191+166+54=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA636 is #4059C9. Grayscale: #A1A1A1. Windows color (decimal): -4217290 or 3581631. OLE color: 3581631.

HSL color Cylindrical-coordinate representation of color #BFA636: hue angle of 49.05º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFA636 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19116654-
CMYK00.130.720.25
HSL49.05º55.92%48.04%-
HSV(B)49.05º71.73%74.9%-
XYZ35.7938.629.06-
YUV160.7167.78149.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 54 (21.48% from 255) = 13.14%
R=46.47%
G=40.39%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911665400.130.720.2549.0555.9248.04
HexBFA6360D4819313830
Octal2772466601511031617060
Binary101111111010011011011001101100100011001110001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA636; }

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

 H1.HeaderClassName
 {
   color: #BFA636;
 }
 .AnyTagClassName
 {
   color: #BFA636;
 }
</style>
background-color css

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

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

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

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

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

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