#BFA334

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

Shades of Brass #BFA334

Tints of Brass #BFA334

Color information

#BFA334 (or 0xBFA334) is unknown color: approx Brass. HEX triplet: BF, A3 and 34. RGB value is (191,163,52). Sum of RGB (Red+Green+Blue) = 191+163+52=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA334 is #405CCB. Grayscale: #9F9F9F. Windows color (decimal): -4218060 or 3449791. OLE color: 3449791.

HSL color Cylindrical-coordinate representation of color #BFA334: hue angle of 47.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFA334 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19116352-
CMYK00.150.730.25
HSL47.91º57.2%47.65%-
HSV(B)47.91º72.77%74.9%-
XYZ35.237.528.64-
YUV158.7267.78151.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=47.04%
G=40.15%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911635200.150.730.2547.9157.247.65
HexBFA3340F4919303930
Octal2772436401711131607160
Binary101111111010001111010001111100100111001110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA334; }

 p { color: rgb(191,163,52); }

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

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

 a { background-color: rgb(191,163,52); }

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

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

 span { border-color: rgb(191,163,52); }

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