#BFB042

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

Shades of Brass #BFB042

Tints of Brass #BFB042

Color information

#BFB042 (or 0xBFB042) is unknown color: approx Brass. HEX triplet: BF, B0 and 42. RGB value is (191,176,66). Sum of RGB (Red+Green+Blue) = 191+176+66=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB042 is #404FBD. Grayscale: #A8A8A8. Windows color (decimal): -4214718 or 4370623. OLE color: 4370623.

HSL color Cylindrical-coordinate representation of color #BFB042: hue angle of 52.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFB042 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19117666-
CMYK00.080.650.25
HSL52.8º49.41%50.39%-
HSV(B)52.8º65.45%74.9%-
XYZ37.9942.5211.36-
YUV167.9470.47144.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=44.11%
G=40.65%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911766600.080.650.2552.849.4150.39
HexBFB042084119353132
Octal27726010201010131656162
Binary1011111110110000100001001000100000111001110101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB042; }

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

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

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

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

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

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

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

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