#BCA841

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

Shades of Brass #BCA841

Tints of Brass #BCA841

Color information

#BCA841 (or 0xBCA841) is unknown color: approx Brass. HEX triplet: BC, A8 and 41. RGB value is (188,168,65). Sum of RGB (Red+Green+Blue) = 188+168+65=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA841 is #4357BE. Grayscale: #A2A2A2. Windows color (decimal): -4413375 or 4303036. OLE color: 4303036.

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

Color convert

RGB18816865-
CMYK00.110.650.26
HSL50.24º48.62%49.61%-
HSV(B)50.24º65.43%73.73%-
XYZ35.739.0810.66-
YUV162.2473.13146.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 65 (25.78% from 255) = 15.44%
R=44.66%
G=39.90%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881686500.110.650.2650.2448.6249.61
HexBCA8410B411A323132
Octal27425010101310132626162
Binary1011110010101000100000101011100000111010110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA841; }

 p { color: rgb(188,168,65); }

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

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

 a { background-color: rgb(188,168,65); }

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

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

 span { border-color: rgb(188,168,65); }

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