#BFA434

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

Shades of Brass #BFA434

Tints of Brass #BFA434

Color information

#BFA434 (or 0xBFA434) is unknown color: approx Brass. HEX triplet: BF, A4 and 34. RGB value is (191,164,52). Sum of RGB (Red+Green+Blue) = 191+164+52=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA434 is #405BCB. Grayscale: #9F9F9F. Windows color (decimal): -4217804 or 3450047. OLE color: 3450047.

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

Color convert

RGB19116452-
CMYK00.140.730.25
HSL48.35º57.2%47.65%-
HSV(B)48.35º72.77%74.9%-
XYZ35.3837.888.69-
YUV159.367.45150.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 52 (20.70% from 255) = 12.78%
R=46.93%
G=40.29%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911645200.140.730.2548.3557.247.65
HexBFA4340E4919303930
Octal2772446401611131607160
Binary101111111010010011010001110100100111001110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA434; }

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

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

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

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

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

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

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

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