#BFA242

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

Shades of Brass #BFA242

Tints of Brass #BFA242

Color information

#BFA242 (or 0xBFA242) is unknown color: approx Brass. HEX triplet: BF, A2 and 42. RGB value is (191,162,66). Sum of RGB (Red+Green+Blue) = 191+162+66=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA242 is #405DBD. Grayscale: #A0A0A0. Windows color (decimal): -4218302 or 4367039. OLE color: 4367039.

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

Color convert

RGB19116266-
CMYK00.150.650.25
HSL46.08º49.41%50.39%-
HSV(B)46.08º65.45%74.9%-
XYZ35.3937.3110.49-
YUV159.7375.11150.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=45.58%
G=38.66%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911626600.150.650.2546.0849.4150.39
HexBFA2420F41192e3132
Octal27724210201710131566162
Binary1011111110100010100001001111100000111001101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA242; }

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

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

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

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

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

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

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

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