#BFB541

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

Shades of Brass #BFB541

Tints of Brass #BFB541

Color information

#BFB541 (or 0xBFB541) is unknown color: approx Brass. HEX triplet: BF, B5 and 41. RGB value is (191,181,65). Sum of RGB (Red+Green+Blue) = 191+181+65=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB541 is #404ABE. Grayscale: #ABABAB. Windows color (decimal): -4213439 or 4306367. OLE color: 4306367.

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

Color convert

RGB19118165-
CMYK00.050.660.25
HSL55.24º49.61%50.2%-
HSV(B)55.24º65.97%74.9%-
XYZ38.9644.5111.54-
YUV170.7768.31142.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 65 (25.78% from 255) = 14.87%
R=43.71%
G=41.42%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911816500.050.660.2555.2449.6150.2
HexBFB541054219373232
Octal2772651010510231676262
Binary101111111011010110000010101100001011001110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB541; }

 p { color: rgb(191,181,65); }

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

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

 a { background-color: rgb(191,181,65); }

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

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

 span { border-color: rgb(191,181,65); }

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