#BFB341

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

Shades of Brass #BFB341

Tints of Brass #BFB341

Color information

#BFB341 (or 0xBFB341) is unknown color: approx Brass. HEX triplet: BF, B3 and 41. RGB value is (191,179,65). Sum of RGB (Red+Green+Blue) = 191+179+65=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB341 is #404CBE. Grayscale: #AAAAAA. Windows color (decimal): -4213951 or 4305855. OLE color: 4305855.

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

Color convert

RGB19117965-
CMYK00.060.660.25
HSL54.29º49.61%50.2%-
HSV(B)54.29º65.97%74.9%-
XYZ38.5643.711.4-
YUV169.5968.98143.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 65 (25.78% from 255) = 14.94%
R=43.91%
G=41.15%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911796500.060.660.2554.2949.6150.2
HexBFB341064219363232
Octal2772631010610231666262
Binary101111111011001110000010110100001011001110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB341; }

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

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

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

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

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

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

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

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