#BFA542

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

Shades of Brass #BFA542

Tints of Brass #BFA542

Color information

#BFA542 (or 0xBFA542) is unknown color: approx Brass. HEX triplet: BF, A5 and 42. RGB value is (191,165,66). Sum of RGB (Red+Green+Blue) = 191+165+66=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA542 is #405ABD. Grayscale: #A1A1A1. Windows color (decimal): -4217534 or 4367807. OLE color: 4367807.

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

Color convert

RGB19116566-
CMYK00.140.650.25
HSL47.52º49.41%50.39%-
HSV(B)47.52º65.45%74.9%-
XYZ35.9238.3810.67-
YUV161.4974.11149.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 66 (26.17% from 255) = 15.64%
R=45.26%
G=39.10%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911656600.140.650.2547.5249.4150.39
HexBFA5420E4119303132
Octal27724510201610131606162
Binary1011111110100101100001001110100000111001110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA542; }

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

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

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

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

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

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

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

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