#BFA842

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

Shades of Brass #BFA842

Tints of Brass #BFA842

Color information

#BFA842 (or 0xBFA842) is unknown color: approx Brass. HEX triplet: BF, A8 and 42. RGB value is (191,168,66). Sum of RGB (Red+Green+Blue) = 191+168+66=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA842 is #4057BD. Grayscale: #A3A3A3. Windows color (decimal): -4216766 or 4368575. OLE color: 4368575.

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

Color convert

RGB19116866-
CMYK00.120.650.25
HSL48.96º49.41%50.39%-
HSV(B)48.96º65.45%74.9%-
XYZ36.4739.4710.85-
YUV163.2573.12147.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=44.94%
G=39.53%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911686600.120.650.2548.9649.4150.39
HexBFA8420C4119313132
Octal27725010201410131616162
Binary1011111110101000100001001100100000111001110001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA842; }

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

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

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

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

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

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

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

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