#BCA143

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

Shades of Brass #BCA143

Tints of Brass #BCA143

Color information

#BCA143 (or 0xBCA143) is unknown color: approx Brass. HEX triplet: BC, A1 and 43. RGB value is (188,161,67). Sum of RGB (Red+Green+Blue) = 188+161+67=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA143 is #435EBC. Grayscale: #9E9E9E. Windows color (decimal): -4415165 or 4432316. OLE color: 4432316.

HSL color Cylindrical-coordinate representation of color #BCA143: hue angle of 46.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCA143 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18816167-
CMYK00.140.640.26
HSL46.61º47.45%50%-
HSV(B)46.61º64.36%73.73%-
XYZ34.536.5910.55-
YUV158.3676.45149.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 67 (26.56% from 255) = 16.11%
R=45.19%
G=38.70%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881616700.140.640.2646.6147.4550
HexBCA1430E401A2f2f32
Octal27424110301610032575762
Binary1011110010100001100001101110100000011010101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA143; }

 p { color: rgb(188,161,67); }

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

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

 a { background-color: rgb(188,161,67); }

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

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

 span { border-color: rgb(188,161,67); }

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