#BCA845

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

Shades of Brass #BCA845

Tints of Brass #BCA845

Color information

#BCA845 (or 0xBCA845) is unknown color: approx Brass. HEX triplet: BC, A8 and 45. RGB value is (188,168,69). Sum of RGB (Red+Green+Blue) = 188+168+69=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA845 is #4357BA. Grayscale: #A3A3A3. Windows color (decimal): -4413371 or 4565180. OLE color: 4565180.

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

Color convert

RGB18816869-
CMYK00.110.630.26
HSL49.92º47.04%50.39%-
HSV(B)49.92º63.3%73.73%-
XYZ35.8239.1311.29-
YUV162.6975.13146.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 69 (27.34% from 255) = 16.24%
R=44.24%
G=39.53%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881686900.110.630.2649.9247.0450.39
HexBCA8450B3F1A322f32
Octal2742501050137732625762
Binary101111001010100010001010101111111111010110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA845; }

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

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

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

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

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

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

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

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