#BFB342

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

Shades of Brass #BFB342

Tints of Brass #BFB342

Color information

#BFB342 (or 0xBFB342) is unknown color: approx Brass. HEX triplet: BF, B3 and 42. RGB value is (191,179,66). Sum of RGB (Red+Green+Blue) = 191+179+66=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB342 is #404CBD. Grayscale: #AAAAAA. Windows color (decimal): -4213950 or 4371391. OLE color: 4371391.

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

Color convert

RGB19117966-
CMYK00.060.650.25
HSL54.24º49.41%50.39%-
HSV(B)54.24º65.45%74.9%-
XYZ38.5943.7111.56-
YUV169.7169.48143.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 179 (70.31% from 255) = 41.06%
BLUE value IS 66 (26.17% from 255) = 15.14%
R=43.81%
G=41.06%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911796600.060.650.2554.2449.4150.39
HexBFB342064119363132
Octal2772631020610131666162
Binary101111111011001110000100110100000111001110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB342; }

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

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

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

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

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

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

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

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