#BFB139

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

Shades of Brass #BFB139

Tints of Brass #BFB139

Color information

#BFB139 (or 0xBFB139) is unknown color: approx Brass. HEX triplet: BF, B1 and 39. RGB value is (191,177,57). Sum of RGB (Red+Green+Blue) = 191+177+57=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB139 is #404EC6. Grayscale: #A8A8A8. Windows color (decimal): -4214471 or 3781055. OLE color: 3781055.

HSL color Cylindrical-coordinate representation of color #BFB139: hue angle of 53.73º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFB139 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19117757-
CMYK00.070.700.25
HSL53.73º54.03%48.63%-
HSV(B)53.73º70.16%74.9%-
XYZ37.9542.8210.14-
YUV167.5165.64144.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=44.94%
G=41.65%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911775700.070.700.2553.7354.0348.63
HexBFB139074619363631
Octal277261710710631666661
Binary10111111101100011110010111100011011001110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB139; }

 p { color: rgb(191,177,57); }

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

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

 a { background-color: rgb(191,177,57); }

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

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

 span { border-color: rgb(191,177,57); }

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