#BFB041

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

Shades of Brass #BFB041

Tints of Brass #BFB041

Color information

#BFB041 (or 0xBFB041) is unknown color: approx Brass. HEX triplet: BF, B0 and 41. RGB value is (191,176,65). Sum of RGB (Red+Green+Blue) = 191+176+65=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB041 is #404FBE. Grayscale: #A8A8A8. Windows color (decimal): -4214719 or 4305087. OLE color: 4305087.

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

Color convert

RGB19117665-
CMYK00.080.660.25
HSL52.86º49.61%50.2%-
HSV(B)52.86º65.97%74.9%-
XYZ37.9742.5111.21-
YUV167.8369.97144.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 65 (25.78% from 255) = 15.05%
R=44.21%
G=40.74%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911766500.080.660.2552.8649.6150.2
HexBFB041084219353232
Octal27726010101010231656262
Binary1011111110110000100000101000100001011001110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB041; }

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

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

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

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

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

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

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

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