#BFB240

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

Shades of Brass #BFB240

Tints of Brass #BFB240

Color information

#BFB240 (or 0xBFB240) is unknown color: approx Brass. HEX triplet: BF, B2 and 40. RGB value is (191,178,64). Sum of RGB (Red+Green+Blue) = 191+178+64=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB240 is #404DBF. Grayscale: #A9A9A9. Windows color (decimal): -4214208 or 4240063. OLE color: 4240063.

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

Color convert

RGB19117864-
CMYK00.070.660.25
HSL53.86º49.8%50%-
HSV(B)53.86º66.49%74.9%-
XYZ38.3343.2911.19-
YUV168.8968.81143.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 64 (25.39% from 255) = 14.78%
R=44.11%
G=41.11%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911786400.070.660.2553.8649.850
HexBFB240074219363232
Octal2772621000710231666262
Binary101111111011001010000000111100001011001110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB240; }

 p { color: rgb(191,178,64); }

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

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

 a { background-color: rgb(191,178,64); }

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

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

 span { border-color: rgb(191,178,64); }

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